Function thruster::testing::put

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