[][src]Function thruster::testing::get

pub async fn get<T>(app: &'_ App<Request, T>, route: &'_ str) -> TestResponse where
    T: Send + Context<Response = Response>,