Skip to content

Commit

Permalink
docs: remove text stating http is early in lifecycle (#724)
Browse files Browse the repository at this point in the history
  • Loading branch information
alistaircarscadden authored Nov 20, 2024
1 parent 0136ae7 commit 7faad85
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@
//! You will notably *not* find an implementation of sending requests or
//! spinning up a server in this crate. It's intended that this crate is the
//! "standard library" for HTTP clients and servers without dictating any
//! particular implementation. Note that this crate is still early on in its
//! lifecycle so the support libraries that integrate with the `http` crate are
//! a work in progress! Stay tuned and we'll be sure to highlight crates here
//! in the future.
//! particular implementation.
//!
//! ## Requests and Responses
//!
Expand Down

0 comments on commit 7faad85

Please sign in to comment.