reqwest 0.11.22

higher level HTTP client library
Documentation
Build #1019703 2023-11-29T20:25:57.355810+00:00
# rustc version
rustc 1.76.0-nightly (5facb422f 2023-11-28)# docs.rs version
docsrs 0.6.0 (831e906b 2023-11-29)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/reqwest-0.11.22/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/reqwest-0.11.22/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--all-features" "-Z" "unstable-options" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"--cfg\", \"reqwest_unstable\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20231128-1.76.0-nightly-5facb422f\", \"--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: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 17b5a66802ee51cd23b621ea180fab1e261ddd222719f7cc14ad7fd9548dbef4
[INFO] running `Command { std: "docker" "start" "-a" "17b5a66802ee51cd23b621ea180fab1e261ddd222719f7cc14ad7fd9548dbef4", kill_on_drop: false }`
[INFO] [stderr] warning: Rustdoc did not scrape the following examples because they require dev-dependencies: blocking, json_dynamic, json_typed, tor_socks, form, simple, h3_simple
[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 reqwest v0.11.22 (/opt/rustwide/workdir)
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/lib.rs:15:28
[INFO] [stderr]    |
[INFO] [stderr] 15 | //! - Async and [blocking](blocking) Clients
[INFO] [stderr]    |                  --------  ^^^^^^^^ explicit target is redundant
[INFO] [stderr]    |                  |
[INFO] [stderr]    |                  because label contains path that resolves to same destination
[INFO] [stderr]    |
[INFO] [stderr]    = note: when a link's destination is not specified,
[INFO] [stderr]            the label is used to resolve intra-doc links
[INFO] [stderr]    = note: `#[warn(rustdoc::redundant_explicit_links)]` on by default
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]    |
[INFO] [stderr] 15 | //! - Async and [blocking] Clients
[INFO] [stderr]    |                 ~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/lib.rs:16:70
[INFO] [stderr]    |
[INFO] [stderr] 16 | //! - Plain bodies, [JSON](#json), [urlencoded](#forms), [multipart](multipart)
[INFO] [stderr]    |                                                           ---------  ^^^^^^^^^ explicit target is redundant
[INFO] [stderr]    |                                                           |
[INFO] [stderr]    |                                                           because label contains path that resolves to same destination
[INFO] [stderr]    |
[INFO] [stderr]    = note: when a link's destination is not specified,
[INFO] [stderr]            the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]    |
[INFO] [stderr] 16 | //! - Plain bodies, [JSON](#json), [urlencoded](#forms), [multipart]
[INFO] [stderr]    |                                                          ~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]    --> src/lib.rs:141:52
[INFO] [stderr]     |
[INFO] [stderr] 141 | //! These can be overwritten by adding a [`Proxy`](Proxy) to `ClientBuilder`
[INFO] [stderr]     |                                           -------  ^^^^^ explicit target is redundant
[INFO] [stderr]     |                                           |
[INFO] [stderr]     |                                           because label contains path that resolves to same destination
[INFO] [stderr]     |
[INFO] [stderr]     = note: when a link's destination is not specified,
[INFO] [stderr]             the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]     |
[INFO] [stderr] 141 | //! These can be overwritten by adding a [`Proxy`] to `ClientBuilder`
[INFO] [stderr]     |                                          ~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]    --> src/lib.rs:158:23
[INFO] [stderr]     |
[INFO] [stderr] 158 | //!   [`Certificate`](Certificate) type.
[INFO] [stderr]     |        -------------  ^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]     |        |
[INFO] [stderr]     |        because label contains path that resolves to same destination
[INFO] [stderr]     |
[INFO] [stderr]     = note: when a link's destination is not specified,
[INFO] [stderr]             the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]     |
[INFO] [stderr] 158 | //!   [`Certificate`] type.
[INFO] [stderr]     |       ~~~~~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]    --> src/lib.rs:160:20
[INFO] [stderr]     |
[INFO] [stderr] 160 | //!   [`Identity`][Identity] type.
[INFO] [stderr]     |        ----------  ^^^^^^^^ explicit target is redundant
[INFO] [stderr]     |        |
[INFO] [stderr]     |        because label contains path that resolves to same destination
[INFO] [stderr]     |
[INFO] [stderr]     = note: when a link's destination is not specified,
[INFO] [stderr]             the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]     |
[INFO] [stderr] 160 | //!   [`Identity`] type.
[INFO] [stderr]     |       ~~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]    --> src/lib.rs:167:15
[INFO] [stderr]     |
[INFO] [stderr] 167 | //! : [`tls`](tls) [`cookie`](cookie) [`blocking`](blocking).
[INFO] [stderr]     |        -----  ^^^ explicit target is redundant
[INFO] [stderr]     |        |
[INFO] [stderr]     |        because label contains path that resolves to same destination
[INFO] [stderr]     |
[INFO] [stderr]     = note: when a link's destination is not specified,
[INFO] [stderr]             the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]     |
[INFO] [stderr] 167 | //! : [`tls`] [`cookie`](cookie) [`blocking`](blocking).
[INFO] [stderr]     |       ~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]    --> src/lib.rs:167:31
[INFO] [stderr]     |
[INFO] [stderr] 167 | //! : [`tls`](tls) [`cookie`](cookie) [`blocking`](blocking).
[INFO] [stderr]     |                     --------  ^^^^^^ explicit target is redundant
[INFO] [stderr]     |                     |
[INFO] [stderr]     |                     because label contains path that resolves to same destination
[INFO] [stderr]     |
[INFO] [stderr]     = note: when a link's destination is not specified,
[INFO] [stderr]             the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]     |
[INFO] [stderr] 167 | //! : [`tls`](tls) [`cookie`] [`blocking`](blocking).
[INFO] [stderr]     |                    ~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]    --> src/lib.rs:167:52
[INFO] [stderr]     |
[INFO] [stderr] 167 | //! : [`tls`](tls) [`cookie`](cookie) [`blocking`](blocking).
[INFO] [stderr]     |                                        ----------  ^^^^^^^^ explicit target is redundant
[INFO] [stderr]     |                                        |
[INFO] [stderr]     |                                        because label contains path that resolves to same destination
[INFO] [stderr]     |
[INFO] [stderr]     = note: when a link's destination is not specified,
[INFO] [stderr]             the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]     |
[INFO] [stderr] 167 | //! : [`tls`](tls) [`cookie`](cookie) [`blocking`].
[INFO] [stderr]     |                                       ~~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/blocking/mod.rs:19:51
[INFO] [stderr]    |
[INFO] [stderr] 19 | //! For a single request, you can use the [`get`](get) shortcut method.
[INFO] [stderr]    |                                            -----  ^^^ explicit target is redundant
[INFO] [stderr]    |                                            |
[INFO] [stderr]    |                                            because label contains path that resolves to same destination
[INFO] [stderr]    |
[INFO] [stderr]    = note: when a link's destination is not specified,
[INFO] [stderr]            the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]    |
[INFO] [stderr] 19 | //! For a single request, you can use the [`get`] shortcut method.
[INFO] [stderr]    |                                           ~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/blocking/mod.rs:33:45
[INFO] [stderr]    |
[INFO] [stderr] 33 | //! Additionally, the blocking [`Response`](Response) struct implements Rust's
[INFO] [stderr]    |                                 ----------  ^^^^^^^^ explicit target is redundant
[INFO] [stderr]    |                                 |
[INFO] [stderr]    |                                 because label contains path that resolves to same destination
[INFO] [stderr]    |
[INFO] [stderr]    = note: when a link's destination is not specified,
[INFO] [stderr]            the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]    |
[INFO] [stderr] 33 | //! Additionally, the blocking [`Response`] struct implements Rust's
[INFO] [stderr]    |                                ~~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/blocking/mod.rs:39:16
[INFO] [stderr]    |
[INFO] [stderr] 39 | //! [`Client`](Client) and reuse it, taking advantage of keep-alive connection
[INFO] [stderr]    |      --------  ^^^^^^ explicit target is redundant
[INFO] [stderr]    |      |
[INFO] [stderr]    |      because label contains path that resolves to same destination
[INFO] [stderr]    |
[INFO] [stderr]    = note: when a link's destination is not specified,
[INFO] [stderr]            the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]    |
[INFO] [stderr] 39 | //! [`Client`] and reuse it, taking advantage of keep-alive connection
[INFO] [stderr]    |     ~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/blocking/mod.rs:45:58
[INFO] [stderr]    |
[INFO] [stderr] 45 | //! by using the `body()` method of a [`RequestBuilder`](RequestBuilder). This lets you set the
[INFO] [stderr]    |                                        ----------------  ^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]    |                                        |
[INFO] [stderr]    |                                        because label contains path that resolves to same destination
[INFO] [stderr]    |
[INFO] [stderr]    = note: when a link's destination is not specified,
[INFO] [stderr]            the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]    |
[INFO] [stderr] 45 | //! by using the `body()` method of a [`RequestBuilder`]. This lets you set the
[INFO] [stderr]    |                                       ~~~~~~~~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]  --> src/blocking/multipart.rs:3:54
[INFO] [stderr]   |
[INFO] [stderr] 3 | //! To send a `multipart/form-data` body, a [`Form`](crate::blocking::multipart::Form) is built up, adding
[INFO] [stderr]   |                                              ------  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]   |                                              |
[INFO] [stderr]   |                                              because label contains path that resolves to same destination
[INFO] [stderr]   |
[INFO] [stderr]   = note: when a link's destination is not specified,
[INFO] [stderr]           the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]   |
[INFO] [stderr] 3 | //! To send a `multipart/form-data` body, a [`Form`] is built up, adding
[INFO] [stderr]   |                                             ~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]  --> src/blocking/multipart.rs:4:35
[INFO] [stderr]   |
[INFO] [stderr] 4 | //! fields or customized [`Part`](crate::blocking::multipart::Part)s, and then calling the
[INFO] [stderr]   |                           ------  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]   |                           |
[INFO] [stderr]   |                           because label contains path that resolves to same destination
[INFO] [stderr]   |
[INFO] [stderr]   = note: when a link's destination is not specified,
[INFO] [stderr]           the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]   |
[INFO] [stderr] 4 | //! fields or customized [`Part`]s, and then calling the
[INFO] [stderr]   |                          ~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]  --> src/tls.rs:8:23
[INFO] [stderr]   |
[INFO] [stderr] 8 | //!   [`Certificate`](Certificate) type.
[INFO] [stderr]   |        -------------  ^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]   |        |
[INFO] [stderr]   |        because label contains path that resolves to same destination
[INFO] [stderr]   |
[INFO] [stderr]   = note: when a link's destination is not specified,
[INFO] [stderr]           the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]   |
[INFO] [stderr] 8 | //!   [`Certificate`] type.
[INFO] [stderr]   |       ~~~~~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/tls.rs:10:20
[INFO] [stderr]    |
[INFO] [stderr] 10 | //!   [`Identity`][Identity] type.
[INFO] [stderr]    |        ----------  ^^^^^^^^ explicit target is redundant
[INFO] [stderr]    |        |
[INFO] [stderr]    |        because label contains path that resolves to same destination
[INFO] [stderr]    |
[INFO] [stderr]    = note: when a link's destination is not specified,
[INFO] [stderr]            the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]    |
[INFO] [stderr] 10 | //!   [`Identity`] type.
[INFO] [stderr]    |       ~~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: `reqwest` (lib doc) generated 16 warnings
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 1.39s
[INFO] [stderr]    Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/reqwest/index.html
[INFO] running `Command { std: "docker" "inspect" "17b5a66802ee51cd23b621ea180fab1e261ddd222719f7cc14ad7fd9548dbef4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "17b5a66802ee51cd23b621ea180fab1e261ddd222719f7cc14ad7fd9548dbef4", kill_on_drop: false }`
[INFO] [stdout] 17b5a66802ee51cd23b621ea180fab1e261ddd222719f7cc14ad7fd9548dbef4