MessageHeaders
The HTTP message headers associated with a request or response.
Skipped during bindings generation
parameter
disposition
: disposition: Out parameter is not supportedparameter
start
: start: Out parameter is not supportedparameter
params
: params: Out parameter is not supportedparameter
ranges
: ranges: Out parameter is not supported
Constructors
Functions
Removes all the headers listed in the Connection header.
Calls @func once for each header value in @hdrs.
Frees the array of ranges returned from method@MessageHeaders.get_ranges.
Gets the message body length that @hdrs declare.
Gets the message body encoding that @hdrs declare.
Gets the expectations declared by @hdrs's "Expect" header.
Gets the type of headers.
Checks whether the list-valued header @name is present in @hdrs, and contains a case-insensitive match for @token.
Checks whether the header @name is present in @hdrs and is (case-insensitively) equal to @value.
Atomically increments the reference count of @hdrs by one.
Sets the "Content-Disposition" header in @hdrs to @disposition, optionally with additional parameters specified in @params.
Sets the message body length that @hdrs will declare, and sets
Sets @hdrs's Content-Range header according to the given values.
Sets the "Content-Type" header in @hdrs to @content_type.
Sets the message body encoding that @hdrs will declare.
Sets @hdrs's "Expect" header according to @expectations.