pub async fn info(
state: State<&'static AppState>,
__arg1: Path<String>,
) -> Result<impl IntoResponse, InfoError>
Expand description
Get information (metadata) about an upload
§Request
GET /api/v1/info/:id
§Response
§Success
- 200 OK
- JSON body created from
InfoResponse