Skip to content

Commit

Permalink
doc: update documentation in lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
caojen committed Jan 30, 2024
1 parent a664fa4 commit b6f5ed9
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 @@ -139,6 +139,7 @@
//! + `default`: enable `AsyncClient`.
//! + `blocking`: enable `Client`.
//! + `wasm`: disable `AsyncClient` and `Client`(`blocking`), enable `Client` (`wasm`).
//! + `reqwest-rustls`: use rustls as the TLS backend of the Reqwest client
//!

#[cfg(feature = "blocking")]
Expand Down

0 comments on commit b6f5ed9

Please sign in to comment.