Module finchers_runtime::service [] [src]

Abstractions for constructing HTTP services.

The traits in this module have some compatiblity with the traits which will be provided by Tower and Hyper in the future.

Traits

HttpService

Trait representing an asynchronous function from an HTTP request to an HTTP response.

NewHttpService

A factory of an asynchronous HTTP service.

Payload

Trait representing the streaming body of HTTP response.