Module hyper_proxy

Source

Re-exportsยง

pub use builder::*;
pub use connector::*;
pub use stream::*;

Modulesยง

builder ๐Ÿ”’
connector ๐Ÿ”’
stream ๐Ÿ”’

Structsยง

Context ๐Ÿ”’
The context of an asynchronous task.
Pin ๐Ÿ”’
A pointer which pins its pointee in place.
Uri ๐Ÿ”’
The URI component of a request.

Enumsยง

Poll ๐Ÿ”’
Indicates whether a value is available or if the current task has been scheduled to receive a wakeup instead.

Traitsยง

AsyncWrite ๐Ÿ”’
Writes bytes asynchronously.
Future ๐Ÿ”’
A future represents an asynchronous computation obtained by use of async.

Type Aliasesยง

BoxError ๐Ÿ”’