Add extra emphasis to relative nature of Location header

hughns/simple-rendezvous-capability
Hugh Nimmo-Smith 2 years ago
parent 5a9c3c78f7
commit fac41d15ef

@ -76,7 +76,7 @@ HTTP response codes:
HTTP response headers for `201 Created`:
- `Location` - required, the allocated rendezvous ID represented as a relative path
- `Location` - required, the allocated rendezvous ID represented as a URI safe **relative path**. e.g. `Location: abc-def-1234`
- `X-Max-Bytes` - required, the maximum allowed bytes for the payload
- `ETag` - required, ETag for the current payload at the rendezvous point as per [RFC7232](https://httpwg.org/specs/rfc7232.html#header.etag)
- `Expires` - required, the expiry time of the rendezvous as per [RFC7233](https://httpwg.org/specs/rfc7234.html#header.expires)

Loading…
Cancel
Save