Struct actix_web::http::header::InvalidHeaderValue[][src]

pub struct InvalidHeaderValue { /* fields omitted */ }

A possible error when converting a HeaderValue from a string or byte slice.

Trait Implementations

impl Display for InvalidHeaderValue
[src]

Formats the value using the given formatter. Read more

impl From<InvalidHeaderValue> for Error
[src]

Performs the conversion.

impl Error for InvalidHeaderValue
[src]

This method is soft-deprecated. Read more

The lower-level cause of this error, if any. Read more

impl Debug for InvalidHeaderValue
[src]

Formats the value using the given formatter. Read more

impl ResponseError for InvalidHeaderValue
[src]

BadRequest for InvalidHeaderValue

Create response for error Read more

Auto Trait Implementations

impl Send for InvalidHeaderValue

impl Sync for InvalidHeaderValue