puppeteer/new-docs/puppeteer.protocol.network.responsereceivedextrainfoevent.headerstext.md
2020-07-13 14:01:35 +01:00

707 B

Home > puppeteer > Protocol > Network > ResponseReceivedExtraInfoEvent > headersText

Protocol.Network.ResponseReceivedExtraInfoEvent.headersText property

Raw response header text as it was received over the wire. The raw text may not always be available, such as in the case of HTTP/2 or QUIC.

Signature:

headersText?: string;