- Totality: total
Visibility: export
Constructor:
Projection:
Converts a set of HTTP headers to a list of name-value pairs.
Totality: total
Visibility: export- Totality: total
Visibility: export Inserts a name-value pair into a set of header.
Since HTTP header names are case-insensitive, the name
will be converted to all upper-case letters.
Totality: total
Visibility: export Looks up the header of the given name.
`name` has to be in all upper-case letters.
Totality: total
Visibility: export Looks up the header of the given name.
`name` is converted to all upper-case letters before
searching in the dictionary of headers. Use `lookupUpperCaseHeader`
if `name` is already in upper-case letters.
Totality: total
Visibility: export- Totality: total
Visibility: public export - Totality: total
Visibility: public export - Totality: total
Visibility: public export - Totality: total
Visibility: public export - Totality: total
Visibility: public export Reads the `Accept` header and converts it to a list of media types.
Totality: total
Visibility: export Checks if the given media type can be handled according to
the given request headers.
Totality: total
Visibility: export Reads the `Content-Disposition` header and converts it to a media type.
Totality: total
Visibility: export Reads the `Content-Type` header and converts it to a media type.
Totality: total
Visibility: export Checks if the given media type corresponds to the media type
of the request's content.
Totality: total
Visibility: export Reads the `Content-Length` header and converts it to a natural number
Totality: total
Visibility: export- Totality: total
Visibility: export - Totality: total
Visibility: export - Totality: total
Visibility: export