A header key such as Authorization
or Content-Type
A value for the given header key like Basic MYAUTHKEY
or application/json
Converts this Header to JSON.
JSON object
Static
createStatic
decodeDecodes a Header message from the specified reader or buffer.
Reader or buffer to decode from
Optional
length: numberMessage length if known beforehand
Header
Static
decodeDecodes a Header message from the specified reader or buffer, length delimited.
Reader or buffer to decode from
Header
Static
encodeStatic
encodeStatic
fromCreates a Header message from a plain object. Also converts values to their respective internal types.
Plain object
Header
Static
getGets the default type url for Header
Optional
typeUrlPrefix: stringyour custom typeUrlPrefix(default "type.googleapis.com")
The default type url
Static
toCreates a plain object from a Header message. Also converts values to other types if specified.
Header
Optional
options: IConversionOptionsConversion options
Plain object
Static
verifyVerifies a Header message.
Plain object to verify
null
if valid, otherwise the reason why it is not
An object that represents a header to add to an HTTP request.