Creates a new content disposition.
The disposition token.
Static ReadonlyattachmentThe attachment disposition token.
Static ReadonlyformThe form-data disposition token.
Static ReadonlyinlineThe inline disposition token.
The content disposition parameters.
Invoked when the content disposition changes.
The disposition token.
Whether this disposition represents an attachment.
The file name parameter, if available.
The creation date parameter, if available.
The modification date parameter, if available.
The read date parameter, if available.
The size parameter, if available.
Encodes this content disposition as a folded header value.
The formatting options.
The charset to use when encoding parameter values.
The serialized header value.
Serializes this content disposition.
The formatting options.
The charset to use when encoding parameter values.
If true, parameter values will be encoded.
The serialized string.
StaticparseParses a content disposition from text or bytes.
The input to parse.
The parser options.
A Result; { ok: false } with a MimeError on malformed input.
StatictryAttempts to parse a content disposition from a byte range.
The parser options.
The input buffer.
The current parse cursor.
The end index of the input range.
A Result; { ok: false } with a MimeError on malformed input.
Represents a
Content-Dispositionheader value.