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§

Functions§

  • Search for a HTTP status by its code in a given registry.
  • Search a given registry for a HTTP statuses containing a substring (needle) in their description. Returns an iterator over the results.