Expand description
Provides a representation of IANA’s HTTP Status Code Registry and search functions to query it.
A CLI is provided by the heman crate.
Modules§
- status_
code_ registry - Representation of the Hypertext Transfer Protocol (HTTP) Status Code Registry
Functions§
- find_
by_ code - Search for a HTTP status by its code in a given registry.
- find_
by_ substring - Search a given registry for a HTTP statuses containing a substring (needle) in their description. Returns an iterator over the results.