package greencode.http.enumeration; public enum RequestMethod { POST, GET, HEAD, PUT, DELETE, OPTIONS, CONNECT };