li-http-client 6.5.5

Types and traits for http clients.
Documentation

Build #4097779 2026-08-10 21:58:40

# rustc version rustc 1.99.0-nightly (969b803cb 2026-08-09)

# docs.rs version docsrs 0.0.0 (c0e43eba3fa5e6341d933cf845300a19b1ac3e4e 2026-08-06 )

# build log [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-w" "/opt/rustwide/workdir" "--user" "1001:1001" "3267c0ff4797c9da7c999090e4352993bbf52895a5e67de5ca9d337778f6123d" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=html-non-static-files\", \"--resource-suffix\", \"-20260809-1.99.0-nightly-969b803cb\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }` [INFO] [stderr] warning: Rustdoc did not scrape the following examples because they require dev-dependencies: print_client_debug [INFO] [stderr] If you want Rustdoc to scrape these examples, then add `doc-scrape-examples = true` [INFO] [stderr] to the [[example]] target configuration of at least one example. [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting li-http-client v6.5.5 (/opt/rustwide/workdir) [INFO] [stderr] warning: lint `missing_doc_code_examples` has been renamed to `rustdoc::missing_doc_code_examples` [INFO] [stderr] --> src/lib.rs:9:23 [INFO] [stderr] | [INFO] [stderr] 9 | #![warn(missing_docs, missing_doc_code_examples, unreachable_pub)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `rustdoc::missing_doc_code_examples` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(renamed_and_removed_lints)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unknown lint: `rustdoc::missing_doc_code_examples` [INFO] [stderr] --> src/lib.rs:9:23 [INFO] [stderr] | [INFO] [stderr] 9 | #![warn(missing_docs, missing_doc_code_examples, unreachable_pub)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: the `rustdoc::missing_doc_code_examples` lint is unstable [INFO] [stderr] = note: see issue #101730 <https://github.com/rust-lang/rust/issues/101730> for more information [INFO] [stderr] = help: add `#![feature(rustdoc_missing_doc_code_examples)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2026-08-09; consider upgrading it if it is out of date [INFO] [stderr] = note: `#[warn(unknown_lints)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `h1_client_rustls` [INFO] [stderr] --> src/lib.rs:34:34 [INFO] [stderr] | [INFO] [stderr] 34 | #[cfg(any(feature = "h1_client", feature = "h1_client_rustls"))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `async-native-tls`, `async-std`, `async-tls`, `curl_client`, `dashmap`, `deadpool`, `default`, `docs`, `futures`, `futures-util`, `h1_client`, `hyper`, `hyper-tls`, `hyper_client`, `isahc`, `js-sys`, `li-async-h1`, `native-tls`, `native_client`, `rustls`, `rustls_crate`, `tokio`, `unstable-config`, `wasm-bindgen`, `wasm-bindgen-futures`, `wasm_client`, and `web-sys` [INFO] [stderr] = help: consider adding `h1_client_rustls` as a feature in `Cargo.toml` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `features` [INFO] [stderr] --> src/h1/mod.rs:107:15 [INFO] [stderr] | [INFO] [stderr] 107 | #[cfg(features = "h1_client")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] help: there is a config with a similar name and value [INFO] [stderr] | [INFO] [stderr] 107 - #[cfg(features = "h1_client")] [INFO] [stderr] 107 + #[cfg(feature = "h1_client")] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `features` [INFO] [stderr] --> src/h1/mod.rs:272:15 [INFO] [stderr] | [INFO] [stderr] 272 | #[cfg(features = "h1_client")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] help: there is a config with a similar name and value [INFO] [stderr] | [INFO] [stderr] 272 - #[cfg(features = "h1_client")] [INFO] [stderr] 272 + #[cfg(feature = "h1_client")] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `features` [INFO] [stderr] --> src/h1/mod.rs:290:15 [INFO] [stderr] | [INFO] [stderr] 290 | #[cfg(features = "h1_client")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] help: there is a config with a similar name and value [INFO] [stderr] | [INFO] [stderr] 290 - #[cfg(features = "h1_client")] [INFO] [stderr] 290 + #[cfg(feature = "h1_client")] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `li-http-client` (lib doc) generated 6 warnings (run `cargo fix --lib -p li-http-client` to apply 1 suggestion) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/li_http_client/index.html [INFO] running `Command { std: "docker" "inspect" "3267c0ff4797c9da7c999090e4352993bbf52895a5e67de5ca9d337778f6123d", kill_on_drop: false }`