Skip to main content

handle_response

Function handle_response 

Source
async fn handle_response<T>(
    actual: &ActualDest,
    dest: &ServerName,
    method: &Method,
    url: &Url,
    response: Response,
) -> Result<T::IncomingResponse>
where T: OutgoingRequest + Send, T::Authentication: FedAuth, T::PathBuilder: FedPath,