Function thruster::testing::post

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