Open andrew-boutin opened 6 years ago
Related to http://www.mock-server.com/mock_server/mockserver_clients.html#rest-api curl -v -X PUT "http://localhost:1080/retrieve?type=REQUESTS" -d '{ "path": "/some/path", "method": "POST" }'
It looks like it's implemented in #26.
Requesting the ability to get a copy of the request that was sent to the mock server. This would be useful for extra validation in tests. Example: verifying something that is randomized fits a certain format.