Skip to content

Commit 93d3fdd

Browse files
committed
chore: final editorials
1 parent c37723d commit 93d3fdd

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

src/http-gateways/trustless-gateway.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,21 @@ description: >
44
The minimal subset of HTTP Gateway response types facilitates data retrieval
55
via CID and ensures integrity verification, all while eliminating the need to
66
trust the gateway itself.
7-
date: 2024-04-17
7+
date: 2025-03-06
88
maturity: reliable
99
editors:
1010
- name: Marcin Rataj
1111
github: lidel
12-
url: https://lidel.org/
12+
affiliation:
13+
name: Shipyard
14+
url: https://ipshipyard.com
1315
- name: Henrique Dias
1416
github: hacdias
15-
url: https://hacdias.com/
17+
- name: Héctor Sanjuán
18+
github: hsanjuan
19+
affiliation:
20+
name: Shipyard
21+
url: https://ipshipyard.com
1622
xref:
1723
- url
1824
- path-gateway
@@ -469,7 +475,4 @@ identity CIDs MAY not be handled.
469475
`bafkqaaa` is the identity empty CID. If this endpoint is enabled, the gateway
470476
MUST support [`HEAD` requests](#head-ipfs-cid-path-params).
471477

472-
It must return `200 OK` in all cases.
473-
474-
This specific identity CID is special for probing. Other random
475-
identity CIDs MAY not be handled.
478+
The response is the same as [`GET`](#get-ipfs-bafkqaaa) but without body and all headers are optional.

0 commit comments

Comments
 (0)