Expand description
Extractors and response types for some data formats.
Modules§
- cookies
cookies - HTTP cookies.
- form
form - A form data type.
- json
json - A
Jsontype to extract and send data as JSON. - multipart_
form multipart-form - Multipart form data types.
Structs§
- Binary
- An extractor type for
octet-streamandapplication/octet-streamdata. - Full
Body - An extractor that consumes and collects the request body and converts it into a
Bytes, ignoring its content type. - Text
- An extractor type for
text/plainandtext/plain; charset=utf-8data.
Enums§
- Binary
Extractor Error - An error type that’s returned on binary data extraction failure.
- Full
Body Extractor Error - An error type that’s returned on failure when extracting full data.
- Text
Extractor Error - An error type that’s returned on text data extraction failure.