Skip to main content

DispatchResponse

Type Alias DispatchResponse 

Source
pub type DispatchResponse = Response<BoxBody<Bytes, Infallible>>;
Expand description

The HTTP response type returned by dispatchers.

Aliased Type§

pub struct DispatchResponse { /* private fields */ }