Skip to content

Commit b652639

Browse files
committed
Start table introducing gateway types
Ref #93
1 parent 58e255a commit b652639

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Diff for: content/guides/concepts/ipfs-gateway.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,14 @@ Regardless of who deploys it and where, any IPFS gateway resolves access to any
5454

5555
## What types of IPFS gateways exist?
5656

57+
| gateway type | sub-type | functional description |
58+
| -----------: | :------- | :-- |
59+
| HTTP | readable | Only retrieves content (HTTP GET method) |
60+
| | writeable | Allows data to be added to IPFS (HTTP POST, PUT, DELETE methods) |
61+
5762
<!-- Explain exceptions in Limitations section -->
5863

59-
<!-- Introduce concept of writable gateways; see https://discuss.ipfs.io/t/writeable-http-gateways/210 -->
64+
6065

6166
<!-- So far the above only describes HTTP gateways. Add material for custom URL protocols; e.g., ipns://{peerID}/{path} and dweb://{ipfs address}. See https://docs-beta.ipfs.io/how-to/address-ipfs-on-web/#dweb-addressing-in-brief -->
6267

0 commit comments

Comments
 (0)