mirror of
https://github.com/dnlbauer/django-signposting.git
synced 2026-09-10 14:05:31 +00:00
Update README.md
This commit is contained in:
@@ -61,7 +61,7 @@ def my_view(request):
|
|||||||
### 3. Signposts are formatted and added as Link headers by the middleware:
|
### 3. Signposts are formatted and added as Link headers by the middleware:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
curl -I https://example.com
|
curl -I http://localhost:8000
|
||||||
HTTP/2 200
|
HTTP/2 200
|
||||||
...
|
...
|
||||||
link: <https://schema.org/Dataset> ; rel="type" ,
|
link: <https://schema.org/Dataset> ; rel="type" ,
|
||||||
|
|||||||
Reference in New Issue
Block a user