Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 897 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 897 Bytes

RESTMan for Opera

RESTMan is a browser extension to work on http(s) requests.

Inspired by POSTMAN for Chrome.

Use instructions

Developer mode: Clone the repo or download the latest package.

  • Open the browser (Opera 24 or above, based on Chromium, or any Chrome)
  • Go to Extensions tab (Menu -> Extensions).
  • Enable Developer mode
  • "Load Unpacked Extension" and when asked for a folder choose the folder where the manifest.json file is located.
  • A "RESTMAN" button should appear next to your url bar.

User mode: Go to Restman's Extension page

Features

  • GET, POST, PUT, PATCH, DELETE requests.
  • Custom request headers.
  • Raw and Form data body.
  • View highlighted response.
  • View response headers.
  • Ctrl+Enter sends request.

License

MIT License v2 (see LICENSE file).