q231950 / the-stubborn-network

A Swifty and clean stubbing machine.
MIT License
7 stars 3 forks source link

Request and Response Bodies #46

Closed q231950 closed 4 years ago

q231950 commented 4 years ago

A http request can have a body like a http response. This pull request stubs both, the request's and the response's body.

This pull request breaks any existing stubs as the JSON structure has changed!