pub async fn step_content(
__arg0: State<AppState>,
__arg1: Path<(String, String, String)>,
__arg2: Query<StepPathQuery>,
) -> Result<impl IntoResponse, ApiError>Expand description
GET /v1/tasks/:id/runs/:run/steps/:step/content?path=$.a.b — the raw
body: full bytes, no envelope, no Range support. Content-Type and
ETag follow StepSummary::content_type / StepSummary::sha256’s
same rules (module doc). GH #23 subtask-3: :step is canonicalized
the same way step_get does.