Expand description
Multipart requests which write out their data in one fell swoop.
Structs§
- Lazy
Error - An error for lazily written multipart requests, including the original error as well as the field which caused the error, if applicable.
- Multipart
- A multipart request which writes all fields at once upon being provided an output stream.
- Prepared
Fields - The result of
Multipart::prepare()
.
Traits§
- Into
CowPath - Conversion trait necessary for
Multipart::add_file()
to accept borrowed or owned strings and borrowed or owned paths
Type Aliases§
- Lazy
IoError - A
LazyError
wrappingstd::io::Error
. - Lazy
IoResult Result
type forLazyIoError
.