コード例 #1
0
 /**
  * Returns the HTTP version.
  *
  * @return string
  */
 function getHttpVersion()
 {
     return $this->inner->getHttpVersion();
 }