Returns the specified status code

Sometimes you might want FastMock to return a status code other than 200 to debug your program. This can now be done with a simple request configuration

You only need to add response-status field in your request header and set the status code you want to return. The effect is shown below