Module future

Source
Expand description

This module contains definitions for MultipartRequest and MultipartResponse, the two types that implement futures::Future.

Structsยง

MultipartRequest
The MultipartRequest Future handles asynchronously sending data to a socket.
MultipartResponse
The MultipartResponse Future handles asynchronously getting data from a socket.