Expand description
The Client Module used for sending requests to servers
Structs§
- Byte
Stream - A Simple In-Memory Stream that can be used to store bytes
- Multipart
Field - A MultipartField which is part of a
MultipartRequest
and used to add a standard text field - Multipart
Request - The main
MultipartRequest
struct for sending Multipart submissions to servers - Multipart
Stream - A stream which is part of a
MultipartRequest
and used to stream out bytes
Enums§
- Multipart
Items - The enum for multipart items which is either a field or a stream