Skip to content

Commit aa5d122

Browse files
committed
fix: remove mentions of dag-cbor
not implemented anywhere, we will add it as a separate IPIP
1 parent d283fc4 commit aa5d122

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

reframe/REFRAME_HTTP_TRANSPORT.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@ serialization mechanisms for sending Reframe messages over HTTP `POST` and
3030
All messages sent in HTTP body MUST be encoded as DAG-JSON and use explicit content type `application/vnd.ipfs.rpc+dag-json; version=1`
3131

3232
Requests MUST be sent as either:
33-
- `GET /reframe/{mbase64url-dag-cbor}`
34-
- Cachable HTTP `GET` requests with message passed as DAG-CBOR in HTTP path segment, encoded as URL-safe [`base64url` multibase](https://docs.ipfs.io/concepts/glossary/#base64url) string
35-
- DAG-CBOR in multibase `base64url` is used instead of DAG-JSON because JSON may include characters that are not safe to be used in URLs, and re-encoding JSON in base would take too much space
36-
- Suitable for sharing links, sending smaller messages, and when a query result MUST benefit from HTTP caching (see _HTTP Caching Considerations_ below).
3733
- `GET /reframe?q={percent-encoded-dag-json}`
3834
- DAG-JSON is supported via a `?q` query parameter, and the value MUST be [percent-encoded](https://en.wikipedia.org/wiki/Percent-encoding)
3935
- Suitable for sharing links, sending smaller messages, testing and debugging.

0 commit comments

Comments
 (0)