Hi, I'm developing a servlet to be the interface between the web app and the server. I want to have one single servlet with all necessary methods to respond to the client requests instead of creating different servlet for different requests. The servlet will be a command interpreter, is there anyway I can add information about the request in the POST or GET method? Thank you