[][src]Function thruster::testing::request

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