http-post

A simple requestor test web requests.

Mike Verhaagen

2,280

2

1.0.1

MIT

GitHub

Atom.io http-post Package

A simple Atom.io http-post to test RESTful API.

This is a Work-In-Process

Install:

apm install http-post

Usage:

http-post uses JSON to execute the request on the specified hostname. Open Atom.io and create a new file with the below format. In Atom, press "command+shift+P" then type "Http Post: Request" or "Control+Option+P" to execute the package.

Example JSON:

  {
    "hostname": "[Host IP or DNS]",
    "path": "[Path for Resrouce]",
    "method": "[HTTP Verb]",
    "body": "[ - Optional - ]"
  }