RequestBin - A package for mocking remote servers

I’ve developed a golang package for mocking remote servers for testing ( https://github.com/MohamedBassem/requestBin ). The package creates a mock server and passes the URL to the function to be tested and then collects all the requests that the server received. I’ve also wrote a blog post about some of its usecases ( http://blog.mbassem.com/2016/02/09/requestbin2/ ). I’d love to hear your feedback, ideas or comments on the code itself. Thank you!

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.