Function actix_web::test::try_call_service
source ยท pub async fn try_call_service<S, R, B, E>(
app: &S,
req: R,
) -> Result<S::Response, E>
Expand description
Fallible version of call_service
that allows testing response completion errors.