We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b4a6a3 commit afabb3cCopy full SHA for afabb3c
SPEC.md
@@ -278,6 +278,10 @@ the same way as the HTTP header `Link` described [here](https://developer.mozill
278
279
Handlers and callers can specify links in different Nexus requests to associate an operation with arbitrary resources.
280
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
285
### `Request-Timeout`
286
287
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