Crates.io | http-service |
lib.rs | http-service |
version | 0.5.0 |
source | src |
created_at | 2018-11-18 01:46:55.522004 |
updated_at | 2020-04-11 15:28:42.170361 |
description | Types and traits for standardizing async HTTP services |
homepage | |
repository | https://github.com/rustasync/http-service |
max_upload_size | |
id | 97328 |
size | 22,798 |
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.
http_service_hyper::run(HTTP_SERVICE, ADDRESS);
await
ed via
http_service_hyper::serve(HTTP_SERVICE, ADDRESS);
Want to join us? Check out our The "Contributing" section of the guide and take a look at some of these issues:
The http-service project adheres to the Contributor Covenant Code of Conduct. This describes the minimum behavior expected from all contributors.
MIT OR Apache-2.0