Module server

Source
Expand description

Server structs for use when parsing requests from clients

Structs§

MultipartField
A single field of a MultipartStream which itself is a stream
MultipartParser
A low-level parser which MultipartStream uses.
MultipartStream
The main MultipartStream struct which will contain one or more fields (a stream of streams)

Enums§

MultipartError
The Standard Error Type
ParseOutput
The output from a MultipartParser