Merge pull request #65 from http-rs/deprecate

add archival notice
This commit is contained in:
Yoshua Wuyts 2020-06-21 13:17:42 +02:00 committed by GitHub
commit 1c5fa2535e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -39,6 +39,11 @@
## About
__This crate has been deprecated. We recommend implementing inherent methods
such as Tide's
[`Server::respond`](https://docs.rs/tide/0.11.0/tide/struct.Server.html#method.respond)
method instead.__
The crate `http-service` provides the necessary types and traits to implement
your own HTTP Server.