Advertisement
Guest User

Untitled

a guest
Mar 5th, 2014
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. root@shashi-PC:~# curl -X PUT -i http://127.0.0.1:8080/v1/AUTH_test2/db.py/a.txt -H "X-Auth-Token: AUTH_tk670f11241b8647f5827871f3857f0d0c" -H "Content-Length: 0" -H "X-Object-Meta-test: 1"
  2. HTTP/1.1 201 Created
  3. Last-Modified: Thu, 06 Mar 2014 05:20:38 GMT
  4. Content-Length: 0
  5. Etag: d41d8cd98f00b204e9800998ecf8427e
  6. Content-Type: text/html; charset=UTF-8
  7. X-Trans-Id: txc554ca1e830e4500b6825-00531805a5
  8. Date: Thu, 06 Mar 2014 05:20:37 GMT
  9.  
  10. root@shashi-PC:~# curl -X HEAD -i http://127.0.0.1:8080/v1/AUTH_test2/db.py/a.txt -I -H "X-Auth-Token: AUTH_tk670f11241b8647f5827871f3857f0d0c"HTTP/1.1 200 OK
  11. Content-Length: 0
  12. X-Object-Meta-Test: 1
  13. Accept-Ranges: bytes
  14. Last-Modified: Thu, 06 Mar 2014 05:20:38 GMT
  15. Etag: d41d8cd98f00b204e9800998ecf8427e
  16. X-Timestamp: 1394083237.05101
  17. Content-Type: text/plain
  18. X-Trans-Id: tx470e1e3d0dda40a0af00f-00531805a9
  19. Date: Thu, 06 Mar 2014 05:20:41 GMT
  20.  
  21.  
  22. root@shashi-PC:~# curl -X POST -i http://127.0.0.1:8080/v1/AUTH_test2/db.py/a.txt -H "X-Auth-Token: AUTH_tk670f11241b8647f5827871f3857f0d0c" -H "X-Object-Meta-test: "
  23. HTTP/1.1 202 Accepted
  24. Content-Length: 76
  25. Content-Type: text/html; charset=UTF-8
  26. X-Trans-Id: tx0fab6491c298412c9d1d4-00531805b0
  27. Date: Thu, 06 Mar 2014 05:20:48 GMT
  28.  
  29. <html><h1>Accepted</h1><p>The request is accepted for processing.</p></html>
  30.  
  31.  
  32. root@shashi-PC:~# curl -X HEAD -i http://127.0.0.1:8080/v1/AUTH_test2/db.py/a.txt -I -H "X-Auth-Token: AUTH_tk670f11241b8647f5827871f3857f0d0c"HTTP/1.1 200 OK
  33. Content-Length: 0
  34. Accept-Ranges: bytes
  35. Last-Modified: Thu, 06 Mar 2014 05:20:49 GMT
  36. Etag: d41d8cd98f00b204e9800998ecf8427e
  37. X-Timestamp: 1394083248.73093
  38. Content-Type: text/plain
  39. X-Trans-Id: txb48e36dbfeba48fe9549e-00531805b4
  40. Date: Thu, 06 Mar 2014 05:20:52 GMT
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement