Example #1
0
 /**
  * Gets the trusted proxy header name.
  *
  * @param string $key The header key
  * @return string The header name
  * @throws \InvalidArgumentException
  * @static 
  */
 public static function getTrustedHeaderName($key)
 {
     //Method inherited from \Symfony\Component\HttpFoundation\Request
     return \Illuminate\Http\Request::getTrustedHeaderName($key);
 }