Expand description
Server structs for use when parsing requests from clients
Structs§
- Multipart
Field - A single field of a
MultipartStreamwhich itself is a stream - Multipart
Parser - A low-level parser which
MultipartStreamuses. - Multipart
Stream - The main
MultipartStreamstruct which will contain one or more fields (a stream of streams)
Enums§
- Multipart
Error - The Standard Error Type
- Parse
Output - The output from a MultipartParser