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>>,
A block that outputs HTTP responses corresponding to input HTTP requests.