[][src]Module ntex::http::error

Http related errors

Structs

Canceled

Error returned from a Receiver when the corresponding Sender is dropped.

HttpError

A generic "error" for HTTP connections

Enums

BlockingError

Blocking operation execution error

ContentTypeError

A set of error that can occure during parsing content type

DispatchError

A set of errors that can occur during dispatching http requests

ParseError

A set of errors that can occur during parsing HTTP streams

PayloadError

A set of errors that can occur during payload parsing

Traits

ResponseError

Error that can be converted to Response