http icon indicating copy to clipboard operation
http copied to clipboard

Make StatusCode methods const

Open stormshield-kg opened this issue 2 years ago • 0 comments

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.

stormshield-kg avatar Feb 27 '23 12:02 stormshield-kg