Gets the parsed component part of the MIME. This is the string between the beginning and the first '/'
of the MIME
Test if this header is matched by matchTry header
Is this an allowed operation as specified by the corresponding header?
The value of the parameter specified by this key. Each is one of 3 things:
q
parameter is never present.
The parameters specified in this header value.
Note: The q
parameter is never present.
Contains the raw value that was received from the user agent
Gets the parsed subcomponent part of the MIME. This is the string between the first '/'
and the
';'
or the end of the MIME
Holds the unparsed value of the header.
For the most part, this is the content before the semi-colon (";")
Holds the weight specified in the "q" parameter of the header.
If the parameter is not specified, 1.0 is assumed according to
rfc7231
An integer that represents the absolute order position of this header
Generated using TypeDoc