Skip to content

Commit

Permalink
Explain that links need a type parameter (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
bergundy authored Sep 25, 2024
1 parent 7b4a6a3 commit 729f8d8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions SPEC.md
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,10 @@ the same way as the HTTP header `Link` described [here](https://developer.mozill

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

Links must contain a `type` parameter that expresses how they should be parsed.

**Example**: `Nexus-Link: <myscheme://somepath?k=v>; type="com.example.MyResource"

### `Request-Timeout`

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

0 comments on commit 729f8d8

Please sign in to comment.