Returns the specified status code

Sometimes you want FastMock to return a status code other than 200 to debug your program. Now, this can be done with a simple request configuration

You just need to add the Response-Status field to your request header and set the status code you want to return. The effect is shown below