Struct FilePart
Single part of a multipart form.
A FilePart
is the data structure for individual "multipart/form-data" parts
according to RFC 1867 section 7.
Fields
Name | Type | Description |
---|---|---|
filename
|
PathEntry |
|
headers
|
DictionaryList!(string,false,12L,false) |
|
tempPath
|
Path |
Authors
Sönke Ludwig, Jan Krüger
Copyright
© 2012-2014 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.