pub async fn transcode(
transcoder: Data<Transcoder>,
request: HttpRequest,
body: Bytes,
) -> HttpResponseExpand description
Actix handler for a Transcoder stored in web::Data.
pub async fn transcode(
transcoder: Data<Transcoder>,
request: HttpRequest,
body: Bytes,
) -> HttpResponseActix handler for a Transcoder stored in web::Data.