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/http-gateways/trustless-gateway.md
+25-1Lines changed: 25 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -194,6 +194,30 @@ returned:
194
194
returned to the client, the HTTP status code has already been sent to the
195
195
client.
196
196
197
+
### :dfn[`car-version`] (request query parameter)
198
+
199
+
Optional, only used on CAR requests.
200
+
201
+
Serves same purpose as [CAR `version` content type parameter](#car-version-content-type-parameter).
202
+
203
+
In case both are present in the request, the value from the [`Accept`](#accept-request-header) HTTP Header has priority and a matching [`Content-Location`](#content-location-response-header) SHOULD be returned with the response.
204
+
205
+
### :dfn[`car-order`] (request query parameter)
206
+
207
+
Optional, only used on CAR requests.
208
+
209
+
Serves same purpose as [CAR `order` content type parameter](#car-order-content-type-parameter).
210
+
211
+
In case both are present in the request, the value from the [`Accept`](#accept-request-header) HTTP Header has priority and a matching [`Content-Location`](#content-location-response-header) SHOULD be returned with the response.
212
+
213
+
### :dfn[`car-dups`] (request query parameter)
214
+
215
+
Optional, only used on CAR requests.
216
+
217
+
Serves same purpose as [CAR `dups` content type parameter](#car-dups-content-type-parameter).
218
+
219
+
In case both are present in the request, the value from the [`Accept`](#accept-request-header) HTTP Header has priority and a matching [`Content-Location`](#content-location-response-header) SHOULD be returned with the response.
220
+
197
221
# HTTP Response
198
222
199
223
Below MUST be implemented **in addition** to "HTTP Response" of :cite[path-gateway].
@@ -234,7 +258,7 @@ A CAR stream for the requested
234
258
content type (with optional `order` and `dups` params), path and optional
0 commit comments