Trait actix_proxy::IntoHttpResponse[][src]

pub trait IntoHttpResponse {
    fn into_http_response(self) -> HttpResponse;

    fn into_wrapped_http_response<E>(self) -> Result<HttpResponse, E>
    where
        Self: Sized
, { ... } }

Required methods

fn into_http_response(self) -> HttpResponse[src]

Loading content...

Provided methods

fn into_wrapped_http_response<E>(self) -> Result<HttpResponse, E> where
    Self: Sized
[src]

Loading content...

Implementations on Foreign Types

impl IntoHttpResponse for ClientResponse<Decompress<Payload>>[src]

Loading content...

Implementors

Loading content...