diff --git a/actix-http/src/lib.rs b/actix-http/src/lib.rs index 5fac02fa4..574d4ef68 100644 --- a/actix-http/src/lib.rs +++ b/actix-http/src/lib.rs @@ -1,21 +1,19 @@ //! HTTP primitives for the Actix ecosystem. //! -//! # Crate Features +//! ## Crate Features //! | Feature | Functionality | //! | ---------------- | ----------------------------------------------------- | -//! | `openssl` | TLS support via [OpenSSL](openssl). | -//! | `rustls` | TLS support via [rustls](rustls). | +//! | `openssl` | TLS support via [OpenSSL]. | +//! | `rustls` | TLS support via [rustls]. | //! | `compress` | Payload compression support. (Deflate, Gzip & Brotli) | //! | `cookies` | Support for cookies backed by the [cookie] crate. | //! | `secure-cookies` | Adds for secure cookies. Enables `cookies` feature. | -//! | `trust-dns` | Uses [`trust-dns`] as the client DNS resolver. | -//! -//! [openssl]: https://crates.io/crates/openssl +//! | `trust-dns` | Use [trust-dns] as the client DNS resolver. | +//! +//! [OpenSSL]: https://crates.io/crates/openssl //! [rustls]: https://crates.io/crates/rustls //! [cookie]: https://crates.io/crates/cookie //! [trust-dns]: https://crates.io/crates/trust-dns -//! [trust-dns]: https://crates.io/crates/trust-dns - #![deny(rust_2018_idioms, nonstandard_style)] #![allow(