You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/routing/http-routing-v1.md
+22-11Lines changed: 22 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ order: 0
20
20
tags: ['routing']
21
21
---
22
22
23
-
Delegated routing is a mechanism for IPFS implementations to use for offloading content routing and naming to another process/server. This specification describes an HTTP API for delegated content routing.
23
+
Delegated routing is a mechanism for IPFS implementations to use for offloading content routing and naming to another process/server. This specification describes a vendor-agnostic HTTP API for delegated content routing.
24
24
25
25
## API Specification
26
26
@@ -142,23 +142,34 @@ This API does not support pagination, but optional pagination can be added in a
142
142
143
143
## Streaming
144
144
145
-
JSON-based endpoints support streaming requests made by sending an `Accept` HTTP Header containing
146
-
`application/x-ndjson`. The response will be formatted as [Newline Delimited JSON (ndjson)](https://github.com/ndjson/ndjson-spec),
147
-
with one *read provider record* per line:
145
+
JSON-based endpoints support streaming requests made
0 commit comments