request

Function request 

Source
pub async fn request<T>(
    requests: Inputs<Request<T>>,
    responses: Outputs<Result<Response<Incoming>>>,
) -> Result<(), Error>
where T: Body + Send + 'static + Unpin, T::Data: Send, T::Error: Into<Box<dyn Error + Send + Sync>>,
Expand description

A block that outputs HTTP responses corresponding to input HTTP requests.