Example #1
0
 /**
  * {@inheritdoc}
  * @see \http\Client\Request::__construct()
  */
 public function __construct($meth = null, $url = null, array $headers = null, Body $body = null)
 {
     parent::__construct($meth, static::parseUrl($url), $headers, $body);
 }