pub async fn call_test_server(
server: &TestServer,
request: Request<Body>,
) -> TestResponseExpand description
Execute an HTTP request against an Axum TestServer by rehydrating it
into the server’s own axum_test::TestRequest builder.
pub async fn call_test_server(
server: &TestServer,
request: Request<Body>,
) -> TestResponseExecute an HTTP request against an Axum TestServer by rehydrating it
into the server’s own axum_test::TestRequest builder.