Support stubbing of http requests
---
- 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