@@ -472,25 +472,26 @@ something we do lightly; our ambition is to be as conservative with MSRV as poss
472472[ rustls-platform-verifier ] : https://crates.io/crates/rustls-platform-verifier
473473[ webpki-roots ] : https://crates.io/crates/webpki-roots
474474[ `Arc` ] : https://doc.rust-lang.org/std/sync/struct.Arc.html
475- [ `Agent` ] : https://docs.rs/ureq/3.0.0-rc4 /ureq/struct.Agent.html
476- [ `Error` ] : https://docs.rs/ureq/3.0.0-rc4 /ureq/enum.Error.html
477- [ `http_status_as_error()` ] : https://docs.rs/ureq/3.0.0-rc4 /ureq/config/struct.ConfigBuilder.html#method.http_status_as_error
475+ [ `Agent` ] : https://docs.rs/ureq/latest /ureq/struct.Agent.html
476+ [ `Error` ] : https://docs.rs/ureq/latest /ureq/enum.Error.html
477+ [ `http_status_as_error()` ] : https://docs.rs/ureq/latest /ureq/config/struct.ConfigBuilder.html#method.http_status_as_error
478478[ SCT ] : https://en.wikipedia.org/wiki/Certificate_Transparency
479479[ CRL ] : https://en.wikipedia.org/wiki/Certificate_revocation_list
480- [ PR818 ] : https://github.com/algesten/ureq/pull/818
481- [ `request.send_json()` ] : https://docs.rs/ureq/3.0.0-rc4 /ureq/struct.RequestBuilder.html#method.send_json
482- [ `body.read_json()` ] : https://docs.rs/ureq/3.0.0-rc4 /ureq/struct.Body.html#method.read_json
483- [ `AsSendBody` ] : https://docs.rs/ureq/3.0.0-rc4 /ureq/trait.AsSendBody.html
484- [ `SendBody::from_json()` ] : https://docs.rs/ureq/3.0.0-rc4 /ureq/struct.SendBody.html#method.from_json
480+ [ PR 818 ] : https://github.com/algesten/ureq/pull/818
481+ [ `request.send_json()` ] : https://docs.rs/ureq/latest /ureq/struct.RequestBuilder.html#method.send_json
482+ [ `body.read_json()` ] : https://docs.rs/ureq/latest /ureq/struct.Body.html#method.read_json
483+ [ `AsSendBody` ] : https://docs.rs/ureq/latest /ureq/trait.AsSendBody.html
484+ [ `SendBody::from_json()` ] : https://docs.rs/ureq/latest /ureq/struct.SendBody.html#method.from_json
485485[ `std::io::Read` ] : https://doc.rust-lang.org/std/io/trait.Read.html
486- [ `SendBody::from_reader()` ] : https://docs.rs/ureq/3.0.0-rc4 /ureq/struct.SendBody.html#method.from_reader
487- [ `SendBody::from_owned_reader()` ] : https://docs.rs/ureq/3.0.0-rc4 /ureq/struct.SendBody.html#method.from_owned_reader
488- [ `Body` ] : https://docs.rs/ureq/3.0.0-rc4 /ureq/struct.Body.html
489- [ `request.send_form()` ] : https://docs.rs/ureq/3.0.0-rc4 /ureq/struct.RequestBuilder.html#method.send_form
490- [ `Body::read_to_string()` ] : https://docs.rs/ureq/3.0.0-rc4 /ureq/struct.Body.html#method.read_to_string
491- [ `Body::as_reader()` ] : https://docs.rs/ureq/3.0.0-rc4 /ureq/struct.Body.html#method.as_reader
492- [ `Body::with_config()` ] : https://docs.rs/ureq/3.0.0-rc4 /ureq/struct.Body.html#method.with_config
493- [ `Transport` ] : https://docs.rs/ureq/3.0.0-rc4 /ureq/unversioned/transport/trait.Transport.html
494- [ `Resolver` ] : https://docs.rs/ureq/3.0.0-rc4 /ureq/unversioned/resolver/trait.Resolver.html
495- [ `unversioned` ] : https://docs.rs/ureq/3.0.0-rc4 /ureq/unversioned/index.html
486+ [ `SendBody::from_reader()` ] : https://docs.rs/ureq/latest /ureq/struct.SendBody.html#method.from_reader
487+ [ `SendBody::from_owned_reader()` ] : https://docs.rs/ureq/latest /ureq/struct.SendBody.html#method.from_owned_reader
488+ [ `Body` ] : https://docs.rs/ureq/latest /ureq/struct.Body.html
489+ [ `request.send_form()` ] : https://docs.rs/ureq/latest /ureq/struct.RequestBuilder.html#method.send_form
490+ [ `Body::read_to_string()` ] : https://docs.rs/ureq/latest /ureq/struct.Body.html#method.read_to_string
491+ [ `Body::as_reader()` ] : https://docs.rs/ureq/latest /ureq/struct.Body.html#method.as_reader
492+ [ `Body::with_config()` ] : https://docs.rs/ureq/latest /ureq/struct.Body.html#method.with_config
493+ [ `Transport` ] : https://docs.rs/ureq/latest /ureq/unversioned/transport/trait.Transport.html
494+ [ `Resolver` ] : https://docs.rs/ureq/latest /ureq/unversioned/resolver/trait.Resolver.html
495+ [ `unversioned` ] : https://docs.rs/ureq/latest /ureq/unversioned/index.html
496496[ `CryptoProvider` ] : https://docs.rs/rustls/latest/rustls/crypto/struct.CryptoProvider.html
497+ [ `unversioned::multipart` ] : https://docs.rs/ureq/latest/ureq/unversioned/multipart/index.html
0 commit comments