[][src]Function thruster::testing::post

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