puppeteer/new-docs/puppeteer.protocol.fetch.fulfillrequestrequest.binaryresponseheaders.md
2020-07-13 14:01:35 +01:00

791 B

Home > puppeteer > Protocol > Fetch > FulfillRequestRequest > binaryResponseHeaders

Protocol.Fetch.FulfillRequestRequest.binaryResponseHeaders property

Alternative way of specifying response headers as a \0-separated series of name: value pairs. Prefer the above method unless you need to represent some non-UTF8 values that can't be transmitted over the protocol as text.

Signature:

binaryResponseHeaders?: string;