Advertisement
Guest User

Untitled

a guest
Jun 25th, 2015
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.25 KB | None | 0 0
  1. $ curl -I -XHEAD -H'x-auth-token: AUTH_tkc39d33bee905461aae1f1a7fe1e0488c' http://127.0.0.1:8080/v1/AUTH_test/foo/bar
  2. HTTP/1.1 200 OK
  3. Content-Length: 4
  4. X-Delete-At: 1435257199
  5. Accept-Ranges: bytes
  6. Last-Modified: Thu, 25 Jun 2015 18:18:20 GMT
  7. Etag: a9823a788388027d9a7a8c19f49e786b
  8. X-Timestamp: 1435256299.55259
  9. Content-Type: application/x-www-form-urlencoded
  10. X-Trans-Id: tx5fe3b42ed0e7404588d5e-00558c45ed
  11. Date: Thu, 25 Jun 2015 18:18:21 GMT
  12.  
  13.  
  14. $ curl -i -XPOST -H'x-auth-token: AUTH_tkc39d33bee905461aae1f1a7fe1e0488c' http://127.0.0.1:8080/v1/AUTH_test/foo/bar -H'x-delete-at'        
  15. HTTP/1.1 202 Accepted
  16. Content-Length: 76
  17. Content-Type: text/html; charset=UTF-8
  18. X-Trans-Id: tx06ef8fa9e48b49f6a3161-00558c45fd
  19. Date: Thu, 25 Jun 2015 18:18:37 GMT
  20.  
  21. <html><h1>Accepted</h1><p>The request is accepted for processing.</p></html>
  22.  
  23.  
  24. $ curl -I -XHEAD -H'x-auth-token: AUTH_tkc39d33bee905461aae1f1a7fe1e0488c' http://127.0.0.1:8080/v1/AUTH_test/foo/bar
  25. HTTP/1.1 200 OK
  26. Content-Length: 4
  27. Accept-Ranges: bytes
  28. Last-Modified: Thu, 25 Jun 2015 18:18:38 GMT
  29. Etag: a9823a788388027d9a7a8c19f49e786b
  30. X-Timestamp: 1435256317.74300
  31. Content-Type: application/x-www-form-urlencoded
  32. X-Trans-Id: tx499e90b1d8314359a94fa-00558c4601
  33. Date: Thu, 25 Jun 2015 18:18:41 GMT
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement