http-service 0.1.0

Types and traits for standardizing async HTTP services
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# http-service
<<<<<<< HEAD
Types and traits for http-based services using the latest futures API
=======

[![build status][1]][2]

Types and traits giving an interface between low-level http server implementations
and services that use them. The interface is based on the `std::futures` API.

## License

[MIT](./LICENSE-MIT) OR [Apache-2.0](./LICENSE-APACHE)

[1]: https://img.shields.io/travis/rust-net-web/http-service.svg?style=flat-square
[2]: https://travis-ci.org/rust-net-web/http-service
>>>>>>> Initial commit