Address further clippy lints
[dnssec-prover] / src / http.rs
2024-05-07 Matt CoralloAddress further clippy lints
2024-05-07 Matt CoralloMake crypto/ clippy-clean, mostly by telling clippy...
2024-05-07 Matt CoralloBetter support rustc 1.64+ by not requiring `RUSTC_BOOT...
2024-04-03 Matt CoralloAdd a relatively simple mostly-const-fn bigint math...
2024-03-02 Matt CoralloAdd base32 parser which is needed for NSEC3 validation
2024-03-02 Matt CoralloUse `bitcoin_hashes` rather than `ring` for hashing
2024-02-09 Matt CoralloFix various test runs in `test.sh`
2024-02-08 Matt CoralloSet a cache-control header on valid responses
2024-02-08 Matt CoralloInclude an octet-stream header/CORS headers in proof...
2024-02-07 Matt CoralloAccept query names by reference for downstream flexibility
2024-02-07 Matt CoralloFeature-gate validation and document crate features
2024-02-06 Matt CoralloMake HTTP server large-req DoS safe rather than using...
2024-02-06 Matt CoralloAdd trivial HTTP server which serves proofs