Go to file
Yoshua Wuyts 1c5fa2535e
Merge pull request #65 from http-rs/deprecate
add archival notice
2020-06-21 13:17:42 +02:00
.github/workflows non-nightly fmt 2019-11-20 17:14:10 +01:00
http-service-h1 v0.5.0 2020-04-11 17:27:48 +02:00
http-service-mock v0.5.0 2020-04-11 17:27:48 +02:00
src feat: switch to http-types and add http-service-h1 2020-03-03 13:16:11 +01:00
.gitignore Write docs (#19) 2019-04-25 23:12:03 +02:00
Cargo.toml v0.5.0 2020-04-11 17:27:48 +02:00
LICENSE Initial commit 2018-11-29 10:04:54 -08:00
LICENSE-APACHE Initial commit 2018-12-12 18:39:14 -05:00
LICENSE-MIT Initial commit 2018-12-12 18:39:14 -05:00
README.md add deprecation notice 2020-06-21 13:14:59 +02:00
rustfmt.toml feat: switch to http-types and add http-service-h1 2020-03-03 13:16:11 +01:00

README.md

http-service

Types and traits to help you implement your own HTTP server

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.

  1. Runs via http_service_hyper::run(HTTP_SERVICE, ADDRESS);
  2. Returns a future which can be awaited via http_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