Example #1
0
 /**
  * Returns the canonicalized resource, which is a normalized path plus query
  * string.
  *
  * @param \Acquia\Hmac\Request\RequestInterface $request
  *
  * @return string
  */
 protected function getResource(RequestInterface $request)
 {
     return $request->getResource();
 }