HttpReply - Simulate server responses by returning files from local disk
With HttpReply you can simulate any HTTP server response without modifying the server code.
For example, you can test how your code handles authentication or internal server errors, how it processes complex (pre-created) JSON or XML files, and much more.
Replies