Module endpoint

Module endpoint 

Source
Expand description

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 Aliases§

ErrorHandler
A type alias of the error handler used by EndpointService.