Module hyper_server::accept

source ·
Expand description

Module accept provides utilities for asynchronously processing and modifying IO streams and services.

The primary trait exposed by this module is Accept, which allows for asynchronous transformations of input streams and services. The module also provides a default implementation, DefaultAcceptor, that performs no modifications and directly passes through the input stream and service.

Structs

Traits

  • An asynchronous trait for processing and modifying IO streams and services.