예제 #1
0
 /**
  * Returns the normalized HTTP mthod, e.g. GET, POST, etc.
  *
  * @param \Acquia\Hmac\Request\RequestInterface $request
  *
  * @return string
  */
 protected function getMethod(RequestInterface $request)
 {
     return strtoupper($request->getMethod());
 }