Skip to content

Latest commit

 

History

History
31 lines (29 loc) · 559 Bytes

http.md

File metadata and controls

31 lines (29 loc) · 559 Bytes

Http

  • Type = https

SubTypes & Data

Adding http to scenario. There is not any sub type yet.

  • Data request to create:

    {
        "data": {
          "url": "http://localhost:8080/api/ping",
          "method": "post",
          "body": {
            "test": "test"
          }
        }
    }
  • Data response

    {
        "data": {
          "id": 23,
          "url": "http://localhost:8080/api/ping",
          "method": "post",
          "body": {
            "test": "test"
          }
        }
    }