Beispiel #1
0
 /**
  * Check if this request is being sent using HTTPS.
  * 
  * @return boolean
  */
 public function isSecure()
 {
     return $this->uri->isSecure();
 }