Creates a #SoupMessageHeaders.
Appends a new header with name name and value value to hdrs.
Removes all the headers listed in the Connection header.
Clears hdrs.
Calls func once for each header value in hdrs.
Frees the array of ranges returned from soup.message_headers.MessageHeaders.getRanges.
Looks up the "Content-Disposition" header in hdrs, parses it, and returns its value in *disposition and *params.
Gets the message body length that hdrs declare.
Parses hdrs's Content-Range header and returns it in start, end, and total_length. If the total length field in the header was specified as "*", then total_length will be set to -1.
Looks up the "Content-Type" header in hdrs, parses it, and returns its value in *content_type and *params.
Gets the message body encoding that hdrs declare.
Gets the expectations declared by hdrs's "Expect" header.
Gets the type of headers.
Gets the value of header name in hdrs.
Gets the value of header name in hdrs.
Parses hdrs's Range header and returns an array of the requested byte ranges.
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.
Removes name from hdrs.
Replaces the value of the header name in hdrs with value.
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 hdrs's encoding to soup.types.Encoding.ContentLength.
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.
Sets hdrs's Range header to request the indicated range.
Sets hdrs's Range header to request the indicated ranges.
Pointer to the C boxed value
Get the GType of this boxed type.
Boxed GType property.
Convenience method to return this cast to a type. For use in D with statements.
Make a copy of the wrapped C boxed data.
Copy a C boxed value using g_boxed_copy.
Free a C boxed value using g_boxed_free.
The HTTP message headers associated with a request or response.