Registry / http-client / diqwest

diqwest

JSON →
library3.2.0rscratesunverified

A trait to extend reqwest for digest authentication flow.

# Cargo.toml [dependencies] diqwest = "3.2.0"
INSTALL
IMPORT
SIG · DIQWEST
D
diqwest
http-clientrustv3.2.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

DigestAuthMiddleware
use diqwest::DigestAuthMiddleware;

Creates a digest authentication middleware for reqwest.

use diqwest::DigestAuthMiddleware; fn main() { let client = reqwest::Client::new(); let middleware = DigestAuthMiddleware::new("user", "pass"); println!("Digest auth middleware created"); }
Debug
Known issues
gotchaRequires reqwest to be added as a dependency with the 'cookies' feature enabled.
fix
Add reqwest = { version = "0.11", features = ["cookies"] } to Cargo.toml.
affects: >=3.0.0
Upgrade
Version history
3.2.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
21 hits · last 30 days
node
16
Resources
diqwest — cargo add diqwest · libregistry