Enum rouille::proxy::FullProxyError [] [src]

pub enum FullProxyError {
    BodyAlreadyExtracted,
}

Error that can happen when calling full_proxy.

Variants

Can't pass through the body of the request because it was already extracted.

Trait Implementations

impl Debug for FullProxyError
[src]

Formats the value using the given formatter.

impl Error for FullProxyError
[src]

A short description of the error. Read more

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

impl Display for FullProxyError
[src]

Formats the value using the given formatter.