1 unstable release
0.1.0 | Apr 11, 2020 |
---|
#34 in #http-service
94 downloads per month
15KB
153 lines
http-service
About
This crate has been deprecated. We recommend implementing inherent methods
such as Tide's
Server::respond
method instead.
The crate http-service
provides the necessary types and traits to implement
your own HTTP Server.
For example you can use the workspace member
http-service-hyper
to run an
HTTP Server.
- Runs via
http_service_hyper::run(HTTP_SERVICE, ADDRESS);
- Returns a future which can be
await
ed viahttp_service_hyper::serve(HTTP_SERVICE, ADDRESS);
Contributing
Want to join us? Check out our The "Contributing" section of the guide and take a look at some of these issues:
Conduct
The http-service project adheres to the Contributor Covenant Code of Conduct. This describes the minimum behavior expected from all contributors.
License
MIT OR Apache-2.0
lib.rs
:
HttpService
server that uses async-h1 as backend.
Dependencies
~10–24MB
~347K SLoC