Skip to main content

send

Function send 

Source
pub async fn send(
    router: Router,
    method: &str,
    uri: &str,
    body: &str,
) -> TestResponse
Expand description

Send a request to router in-process and capture the response.