Module multipart::client::lazy
[−]
[src]
Multipart requests which write out their data in one fell swoop.
Structs
LazyError |
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. |
PreparedFields |
The result of |
Type Definitions
LazyIoError |
A |