Guest User

Untitled

a guest
Jan 10th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. Link = "Link" ":" #link-value
  2. link-value = "<" URI-Reference ">" *( ";" link-param )
  3.  
  4. Link: <http://example.com/TheBook/chapter2>; rel="previous";
  5. title="previous chapter"
  6.  
  7. Link: </>; rel="http://example.net/foo"
  8.  
  9. $ curl -s -I https://api.github.com/users/mitsuhiko/repos
  10. ...
  11. 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