shelf
shelf copied to clipboard
How to cancel all incoming requests?
I want to allow the user to cancel the incoming request. Is there a way to achieve this?
I tried to restart the server using httpServer.close(force: true);
but the port is still binded after this operation.