RESTed allows developers to quickly format and make HTTP requests and view the response.

Features

  • Settable HTTP method.

  • Allows you to set the headers and parameters of your request. RESTed will automatically format them based on the HTTP method.

  • Supports sending parameters as either form-encoded or json-encoded.

  • Supports both basic HTTP authentication and OAuth 1.0a.

  • Manages your OAuth tokens.

  • X/HTML and JSON responses can be pretty-printed.

Technical Notes

  • Pretty-print is based on the Content-Type header.

Screenshots

Upcoming Features

Credentials Improvement
Allow the ability to present credentials before challenged.
Custom HTTP Methods
Allow the use of custom HTTP methods.