restez

A RESTful HTTP command-line client and library.
Download

restez Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Chris Miles
  • Publisher web site:
  • http://www.psychofx.com/radical/

restez Tags


restez Description

A RESTful HTTP command-line client and library. restez is a RESTful HTTP command-line client and library.Examples:Fetch a JSON representation of a resource:$ restez -v GET http://localhost/app/resource/3 --accept application/json-- Response Headers --status: 200content-length: 61content-location: http://localhost/app/resource/3server: Apache/2.0.63 (Unix) DAV/2 mod_wsgi/2.3 Python/2.5.2pragma: no-cachecache-control: no-cachedate: Thu, 08 Jan 2009 12:14:55 GMTcontent-type: application/json; charset=utf-8-- Response Body --{"timestamp": null, "product": "0", "user": "3", "result": 0}Post a JSON request to a web app:$ restez -v POST http://localhost/api/index data.json -- Response Headers --status: 200content-length: 59server: CherryPy/2.3.0date: Thu, 08 Jan 2009 11:56:28 GMTcontent-type: application/json-- Response Body --{"status": "success", "version": "1.2.2"} Requirements: · Python


restez Related Software