response_empty

Function response_empty 

Source
pub async fn response_empty(request: Request<Body>) -> Result<Response<()>>
Expand description

Loads the given request and discards the response body after parsing it for rate-limit and error information, returning the rate-limit information from the headers.