Is there a standard constant in Java used to refer to HTTP request methods?
Posted
by user167019
on Stack Overflow
See other posts from Stack Overflow
or by user167019
Published on 2010-04-22T00:17:51Z
Indexed on
2010/04/22
0:23 UTC
Read the original article
Hit count: 598
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.
© Stack Overflow or respective owner