Skip to content

Commit

Permalink
Mark default enabled package features in the docs (#890)
Browse files Browse the repository at this point in the history
  • Loading branch information
senden9 authored and fafhrd91 committed Jun 6, 2019
1 parent e399e01 commit 53e2f80
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,15 @@
//!
//! ## Package feature
//!
//! * `client` - enables http client
//! * `client` - enables http client (default enabled)
//! * `ssl` - enables ssl support via `openssl` crate, supports `http/2`
//! * `rust-tls` - enables ssl support via `rustls` crate, supports `http/2`
//! * `secure-cookies` - enables secure cookies support, includes `ring` crate as
//! dependency
//! dependency (default enabled)
//! * `brotli` - enables `brotli` compression support, requires `c`
//! compiler
//! compiler (default enabled)
//! * `flate2-zlib` - enables `gzip`, `deflate` compression support, requires
//! `c` compiler
//! `c` compiler (default enabled)
//! * `flate2-rust` - experimental rust based implementation for
//! `gzip`, `deflate` compression.
//!
Expand Down

0 comments on commit 53e2f80

Please sign in to comment.