http-rs / http-types

Common types for HTTP operations
https://docs.rs/http-types
Apache License 2.0
200 stars 84 forks source link

StatusCode::Forbidden (403) has the description of StatusCode::NotFound (404) #350

Closed Bauke closed 3 years ago

Bauke commented 3 years ago

Noticed this just now: docs.rs link

yoshuawuyts commented 3 years ago

Ha, good catch! -- this must've been an issue copy-pasting the docs. Thanks for the report!

joshtriplett commented 3 years ago

This was fixed in https://github.com/http-rs/http-types/pull/341 , which will go into http-types 3, but it hasn't yet been released in a 2.x stable version.

Fishrock123 commented 3 years ago

This was fixed and released in 2.11.0