# 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