An array of HTTP headers. Each header is represented as an object with two properties:
名称
and either
value
or
binaryValue
.
An
array
of
对象
s. Each object has the following properties:
名称
string
. Name of the HTTP header.
value
可选
string
. Value of the HTTP header if it can be represented by UTF-8. Either this property or
binaryValue
must be present.
binaryValue
可选
array
of
integer
. Value of the HTTP header if it cannot be represented by UTF-8, represented as bytes (0..255). Either this property or
value
must be present.
BCD tables only load in the browser
注意:
This API is based on Chromium's
chrome.webRequest
API. This documentation is derived from
web_request.json
in the Chromium code.
Microsoft Edge compatibility data is supplied by Microsoft Corporation and is included here under the Creative Commons Attribution 3.0 United States License.
最后修改: , 由 MDN 贡献者