RequestMethod
Represents HTTP methods sent as part of a  Request.
            
                
Gets  RequestMethod instance for DELETE method.
            
Gets  RequestMethod instance for GET method.
            
Gets  RequestMethod instance for HEAD method.
            
Gets  RequestMethod instance for OPTIONS method.
            
Gets  RequestMethod instance for PATCH method.
            
Gets  RequestMethod instance for POST method.
            
Gets  RequestMethod instance for PUT method.
            
Gets  RequestMethod instance for TRACE method.
            
Gets the HTTP method.
            
Creates an instance of  RequestMethod with provided method. Method must be all uppercase.
            Prefer  Parse if method can be one of predefined method names.
            
Compares equality of two  RequestMethod instances.
            
Compares inequality of two  RequestMethod instances.
            
Parses string to it's  RequestMethod representation.
            
Indicates whether the current object is equal to another object of the same type.