Module multipart::server
[−]
[src]
The server-side abstraction for multipart requests. Enabled with the server
feature (on by
default).
Use this when you are implementing an HTTP server and want to
to accept, parse, and serve HTTP multipart/form-data
requests (file uploads).
See the Multipart
struct for more info.
Modules
hyper |
Server-side integration with Hyper.
Enabled with the |
Structs
Entries |
A result of |
Multipart |
The server-side implementation of |
MultipartField |
A field in a multipart request. May be either text or a binary stream (file). |
MultipartFile |
A representation of a file in HTTP |
SavedFile |
A file saved to the local filesystem from a multipart request. |
Enums
MultipartData |
The data of a field in a |
SaveDir |
The save directory for |
SaveResult |
The result of |
Traits
HttpRequest |
A server-side HTTP request that may or may not be multipart. |