Expand description
Server structs for use when parsing requests from clients
Structs§
- Multipart
Field - A single field of a
MultipartStream
which itself is a stream - Multipart
Parser - A low-level parser which
MultipartStream
uses. - Multipart
Stream - The main
MultipartStream
struct 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