mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Correct syntax for link headers, closes #2470
This commit is contained in:
parent
6e512caa59
commit
333f786cb0
6 changed files with 7 additions and 7 deletions
|
|
@ -457,7 +457,7 @@ You can find this near the top of the source code of those pages, looking like t
|
|||
|
||||
The JSON URL is also made available in a ``Link`` HTTP header for the page::
|
||||
|
||||
Link: https://latest.datasette.io/fixtures/sortable.json; rel="alternate"; type="application/json+datasette"
|
||||
Link: <https://latest.datasette.io/fixtures/sortable.json>; rel="alternate"; type="application/json+datasette"
|
||||
|
||||
.. _json_api_cors:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue