Skip to content

Commit afabb3c

Browse files
committed
Explain that links need a type parameter
1 parent 7b4a6a3 commit afabb3c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

SPEC.md

+4
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,10 @@ the same way as the HTTP header `Link` described [here](https://developer.mozill
278278

279279
Handlers and callers can specify links in different Nexus requests to associate an operation with arbitrary resources.
280280

281+
Links must contain a `type` parameter that expresses how they should be parsed.
282+
283+
**Example**: `Nexus-Link: <myscheme://somepath?k=v>; type="com.example.MyResource"
284+
281285
### `Request-Timeout`
282286

283287
Callers may specify the `Request-Timeout` header on all APIs to inform the handler how long they're willing to wait for

0 commit comments

Comments
 (0)