[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Network](./puppeteer.protocol.network.md) > [ResponseReceivedExtraInfoEvent](./puppeteer.protocol.network.responsereceivedextrainfoevent.md) > [headersText](./puppeteer.protocol.network.responsereceivedextrainfoevent.headerstext.md) ## 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: ```typescript headersText?: string; ```