pub async fn send( router: Router, method: &str, uri: &str, body: &str, ) -> TestResponse
Send a request to router in-process and capture the response.
router