Skip to content

Commit

Permalink
docs: update features list
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed May 25, 2020
1 parent 6414bb0 commit 9f463a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
//!
//! # Features
//! The following features are available.
//! - __`h1-client`:__ use `async-h1` on the server and `window.fetch` in the browser.
//! - __`native-client` (default):__ use `curl` on the server and `window.fetch` in the browser.
//! - __`middleware-logger` (default):__ enables logging requests and responses using a middleware.
//! - __`curl-client`:__ use `curl` (through `isahc`) as the HTTP backend.
Expand Down

0 comments on commit 9f463a3

Please sign in to comment.