Is there a standard constant in Java used to refer to HTTP request methods?
- by user167019
I'm looking for a Java string constant to refer to HTTP request methods (GET, POST, PUT, etc.). I expected HttpServlet or HttpServletRequest to have constants for these methods, but that doesn't seem to be the case.