chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.fetch / FulfillRequestRequest / binaryResponseHeaders

binaryResponseHeaders

val binaryResponseHeaders: String?

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. (Encoded as a base64 string when passed over JSON)