httpdate
httpdate copied to clipboard
HTTP date parsing and formatting
Hi! What's your feeling on accepting lowercase variations of the date format? I'm currently using `httpdate` to parse and compare modified dates for resources in my webserver. Strictly speaking, the...
Add a dependency to the `datealgo` library and use that to perform the internal date operations. There should be no observable change in functionality. This improves performance somewhat significantly: ```...
This project uses libfuzzer, which can be integrated into [Google OSS Fuzz](https://google.github.io/oss-fuzz/) for constant fuzzing. I would be open to working on this.
I'm packing httpdate for debian: https://tracker.debian.org/pkg/rust-httpdate And there is a version 1.0.3 released on crates.io: https://crates.io/crates/httpdate And I see that there is a tag for 1.0.3 but the commit doesn't...