Skip to content

Support stubbing of http requests

Compare
Choose a tag to compare
@nepalez nepalez released this 09 Feb 19:55
· 15 commits to master since this release
---
- url: https://example.com/foo
  method: delete
  headers:
    Content-Language: en_US
  basic_auth:
    user: foo
    password: bar
  responses:
    - status: 200 # for the first call
    - status: 404 # for the other calls