Modules§
Structs§
Enums§
Traits§
- Stream
Reader - The reusable trait for fetching multipart bytes
Functions§
- body_
buffer_ starts_ with_ boundary - extract_
boundary - Extracts boundary from Content-Type header.
- extract_
form_ file_ body - It writes the file to temporary file. Example to copy file
- extract_
form_ part_ body - extract_
form_ part_ header - Parses the form part header and removes the header from body buffer including \r\n\r\n bytes.
- extract_
form_ value - parse
- It expects that the header has been completely read including \r\n\r\n characters.
- parse_
body_ parts - parse_
content_ disposition_ value - Expects value of Content-Disposition value.
- parse_
content_ type - parse_
form_ part_ header - Expects only the header
- parse_
header_ line