Skip to content

Commit

Permalink
Merge branch 'master' into actix_multipart_default_dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fafhrd91 authored Jun 6, 2019
2 parents b836e53 + 53e2f80 commit 4937a97
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 4937a97

Please sign in to comment.