hyperium / http

Rust HTTP types
Apache License 2.0
1.15k stars 285 forks source link

Make StatusCode methods const #591

Open stormshield-kg opened 1 year ago

stormshield-kg commented 1 year ago

Having const methods for http::StatusCode allows using them in a const context. It is useful when using the response method of the aide documentation crate for axum.