getsb 0.1.2

Getsb is a command line tool for sending HTTP request.
1
2
3
4
5
6
7
8
9
10
{
  "method": "GET",
  "url": "http://www.mocky.io/v2/58f48af0100000b60f68cad8",
  "headers": [
    "Content-Type: application/json"
  ],
  "body": {
    "key": "value"
  }
}