[][src]Function thruster_app::testing_async::request

pub async fn request<'_, '_, '_, '_, '_, '_, '_, T: Context<Response = Response> + Send>(
    app: &'_ App<Request, T>,
    method: &'_ str,
    route: &'_ str,
    headers: &'_ [(&'_ str, &'_ str)],
    body: &'_ str
) -> TestResponse