Description
ClickServlet handles doGet() and doPost() methods of HTTP requests. To avoid rendering the response in case of a HEAD request it would be nice to have a method doHead(), ensuring only the required information is sent back to the user agent.