Module salvo_core::http::errors

source ·
Expand description

HTTP Errors.

Structs§

  • StatusError contains http error information.

Enums§

  • ParseError, errors happened when read data from http request.

Type Aliases§

  • Result type with ParseError has it’s error type.
  • Result type with StatusError has it’s error type.