Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Apr 18th, 2012  |  syntax: None  |  size: 0.62 KB  |  hits: 4  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. curl -i "http://localhost:3000/items" -H "Accept:application/json"
  2.  
  3. HTTP/1.1 200 OK
  4. X-Ua-Compatible: IE=Edge
  5. Etag: "579a54772674bf702106c51fc48d9d2b"
  6. Connection: Keep-Alive
  7. Content-Type: application/json; charset=utf-8
  8. Date: Fri, 08 Apr 2011 08:50:52 GMT
  9. Server: WEBrick/1.3.1 (Ruby/1.8.7/2008-08-11)
  10. X-Runtime: 0.655732
  11. Content-Length: 241
  12. Cache-Control: max-age=0, private, must-revalidate
  13. [{"item":{"name":"Pendrive","price":500,"created_at":"2011-02-20T08:23:39Z","updated_at":"2011-02-20T08:23:39Z","id":1}},{"item":{"name":"Laptop","price":25000,"created_at":"2010-02-20T08:23:39Z","updated_at":"2010-02-20T08:23:39Z","id":2}}]