vibe.d beta banner
get vibe.d
0.10.0

Asynchronous I/O that doesn’t get in your way, written in D

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

NameTypeDescription
filename GenericPath!(vibe.core.path.PosixPathFormat)
headers DictionaryList!(string,false,12L,false)
tempPath GenericPath!(vibe.core.path.PosixPathFormat)

Methods

NameDescription
toString ()
Authors

Sönke Ludwig, Jan Krüger

Copyright

© 2012-2014 Sönke Ludwig

License

Subject to the terms of the MIT license, as written in the included LICENSE.txt file.