From 85de0197f0e14c11fbe19958d7fbd4e7f8f10e26 Mon Sep 17 00:00:00 2001 From: Anthony Accioly <1591739+aaccioly@users.noreply.github.com> Date: Tue, 17 Jun 2025 23:18:13 +0100 Subject: [PATCH] fix: correct typo in Content-Length headers description in blob retrieval documentation --- buds/01.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buds/01.md b/buds/01.md index 657b6ba..4808b81 100644 --- a/buds/01.md +++ b/buds/01.md @@ -151,7 +151,7 @@ Example event for retrieving multiple blobs from single server: The `HEAD /` endpoint SHOULD be identical to the `GET /` endpoint except that it MUST NOT return the blob in the reponse body per [RFC 7231](https://www.rfc-editor.org/rfc/rfc7231#section-4.3.2) -The endpoint MUST respond with the same `Content-Type` and `Content-Length` headerers as the `GET /` endpoint +The endpoint MUST respond with the same `Content-Type` and `Content-Length` headers as the `GET /` endpoint. The endpoint MUST accept an optional file extension in the URL similar to the `GET /` endpoint. ie. `.pdf`, `.png`, etc