Registry / utility / httpdate

httpdate

JSON →
library1.0.3rscratesunverified

HTTP date parsing and formatting.

# Cargo.toml [dependencies] httpdate = "1.0.3"
INSTALL
IMPORT
SIG · HTTPDATE
H
httpdate
utilityrustv1.0.3
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.

parse_http_date
use httpdate::parse_http_date;

Parses an HTTP date string into a DateTime.

use httpdate::parse_http_date; fn main() { let date = parse_http_date("Wed, 21 Oct 2015 07:28:00 GMT").unwrap(); println!("Parsed: {:?}", date); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.3latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
httpdate — cargo add httpdate · libregistry