1 2# Mock VNC Gateway Server 3 4This simple mock server responds with a 200 Status Ok to all incoming requests. 5No checking is done on the incoming request for valid data, 6such as missing incoming request ID. 7These kinds of tests should be covered by the gateway integration tests.