707 B
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;