Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Link = "Link" ":" #link-value
- link-value = "<" URI-Reference ">" *( ";" link-param )
- Link: <http://example.com/TheBook/chapter2>; rel="previous";
- title="previous chapter"
- Link: </>; rel="http://example.net/foo"
- $ curl -s -I https://api.github.com/users/mitsuhiko/repos
- ...
- Link: <https://api.github.com/user/7396/repos?page=2>; rel="next", <https://api.github.com/user/7396/repos?page=7>; rel="last"
Add Comment
Please, Sign In to add comment