Interface: MultiPartField
@divine/uri.MultiPartField
A multi-part key-value field.
Properties
headers
• headers: StringParams
Multi-part keys may contain additional headers, available in this record.
Defined in
name
• Optional
name: string
The name of the field. Note that the name is actually optional.
Defined in
type
• type: ContentType
The media type of the value.
Defined in
value
• value: string
| URI
| MultiPartData
The value of the filed.