Struct FilePart
Single part of a multipart form.
struct FilePart
;
A FilePart is the data structure for individual "multipart/form-data" parts according to RFC 1867 section 7.
Fields
Name | Type | Description |
---|---|---|
filename
|
GenericPath!(vibe.core.path.PosixPathFormat) | |
headers
|
DictionaryList!(string,false,12L,false) | |
tempPath
|
GenericPath!(vibe.core.path.PosixPathFormat) |
Methods
Name | Description |
---|---|
toString
()
|