Expand description
This module contains definitions for MultipartRequest and MultipartResponse, the two types that
implement futures::Future.
Structsยง
- Multipart
Request - The
MultipartRequestFuture handles asynchronously sending data to a socket. - Multipart
Response - The
MultipartResponseFuture handles asynchronously getting data from a socket.