Expand description
The components to construct an asynchronous HTTP service from the Endpoint.
Structs§
- Endpoint
Service - An asynchronous HTTP service which holds an
Endpoint. - Endpoint
Service Future - NewEndpoint
Service - A factory of HTTP service which wraps an
Endpoint.
Type Aliases§
- Error
Handler - A type alias of the error handler used by
EndpointService.