Skip to main content

HttpResponse

Type Alias HttpResponse 

Source
pub type HttpResponse<B = Vec<u8>> = Response<B>;
Expand description

Framework-neutral HTTP response type.

Aliased Typeยง

pub struct HttpResponse<B = Vec<u8>> { /* private fields */ }