Module ntex_http::error

source ·

Structs

  • A generic “error” for HTTP connections
  • A possible error when converting a HeaderName from another type.
  • A possible error when converting a HeaderValue from a string or byte slice.
  • A possible error value when converting Method from bytes.
  • A possible error value when converting a StatusCode from a u16 or &str
  • An error resulting from a failed attempt to construct a URI.
  • A possible error when converting a HeaderValue to a string representation.

Type Aliases

  • A Result typedef to use with the http::Error type