Hi folks, 

I have a HttpHandler that I want to reach with POST requests only
I tried exchange.setRequestMethod(new HttpString("POST”)) inside handleRequest(), but the HttpHandler still responds to GET requests. 

Is there any way to do this? 

In case you’d like to check out the code, it can be found here
Thank you. 

Samy