An HTTP server that responds with a status code based on the path given.
/200
->200 OK
/502
->502 Bad Gateway
- etc.
This is intended to be used for testing.
An HTTP server that responds with a status code based on the path given.
/200
-> 200 OK
/502
-> 502 Bad Gateway
This is intended to be used for testing.