Function egg_mode::raw::response_empty[][src]

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.