docs.rs failed to build arti-ureq-0.44.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
arti-ureq-0.43.0
arti-ureq
A library to use Arti in combination with the ureq HTTP client.
Usage
Use cargo add arti-ureq to add the dependency to your project.
// Include the library.
use arti_ureq;
// Retrieve a `ureq::Agent`.
let ureq_agent = default_agent.expect;
// Make the request.
let request = ureq_agent
.get
.call
.expect;
arti-ureq uses version 3.0 of ureq. Use arti_ureq::ureq to access the ureq crate.
View more examples in the examples directory.
Feature flags
tokio(default) -- Build with Tokio support.async-std-- Build with async-std support.rustls(default) -- Build with Rustls support.native-tls-- Build with native-tls support.
License: MIT OR Apache-2.0