Interface: MimeMessage
@divine/uri.MimeMessage
A MIME message.
Hierarchy
↳
MimeMessage
Properties
[FINALIZE]
• Optional
[FINALIZE]: () => Promise
<unknown
>
Type declaration
▸ (): Promise
<unknown
>
A finalizer function, used to clean up temporary resources.
Returns
Promise
<unknown
>
Inherited from
Defined in
headers
• headers: StringParams
MIME messages may contain additional headers, available in this record.
Defined in
type
• type: ContentType
The media type of the value.
Defined in
value
• value: string
| URI
| MimeMessage
[]
The message body.