Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get copy of request that mock server received #16

Open
andrew-boutin opened this issue Jul 24, 2018 · 2 comments
Open

Get copy of request that mock server received #16

andrew-boutin opened this issue Jul 24, 2018 · 2 comments

Comments

@andrew-boutin
Copy link

andrew-boutin commented Jul 24, 2018

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.

@andrew-boutin
Copy link
Author

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" }'

@m-aciek
Copy link

m-aciek commented Oct 15, 2020

It looks like it's implemented in #26.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants