示例#1
0
 /**
  * Gets the current request method
  * @return RequestMethod
  */
 static function Method()
 {
     return RequestMethod::FromString(Server::Variable('REQUEST_METHOD'));
 }