We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 131b29d commit 3286e7fCopy full SHA for 3286e7f
src/http-gateways/trustless-gateway.md
@@ -196,14 +196,8 @@ It accepts two values:
196
197
When not specified a gateway implementation MUST assume `n`.
198
199
-:::note Notes for implementers
200
-
201
-A `skip-raw-blocks=y` request for a content path with `raw` root CID does not
202
-make sense and SHOULD NOT be sent by clients.
203
204
-A Gateway SHOULD return HTTP error 400 Bad Request
205
206
-:::
+A Gateway MUST return HTTP error 400 Bad Request when `skip-raw-blocks=y` is
+sent for a content path with a root CID with the `raw` multicodec.
207
208
# HTTP Response
209
0 commit comments