Module finchers_runtime::endpoint [] [src]

The components to construct an asynchronous HTTP service from the Endpoint.

Structs

EndpointService

An asynchronous HTTP service which holds an Endpoint.

EndpointServiceFuture
NewEndpointService

A factory of HTTP service which wraps an Endpoint.

Type Definitions

ErrorHandler

A type alias of the error handler used by EndpointService.