We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0136ae7 commit 7faad85Copy full SHA for 7faad85
src/lib.rs
@@ -12,10 +12,7 @@
12
//! You will notably *not* find an implementation of sending requests or
13
//! spinning up a server in this crate. It's intended that this crate is the
14
//! "standard library" for HTTP clients and servers without dictating any
15
-//! particular implementation. Note that this crate is still early on in its
16
-//! lifecycle so the support libraries that integrate with the `http` crate are
17
-//! a work in progress! Stay tuned and we'll be sure to highlight crates here
18
-//! in the future.
+//! particular implementation.
19
//!
20
//! ## Requests and Responses
21
0 commit comments