public function CurlRequest::__construct in Smart IP 7.2
Same name and namespace in other branches
- 6.2 includes/vendor/maxmind/web-service-common/src/WebService/Http/CurlRequest.php \MaxMind\WebService\Http\CurlRequest::__construct()
Parameters
$url:
$options:
Overrides Request::__construct
File
- includes/
vendor/ maxmind/ web-service-common/ src/ WebService/ Http/ CurlRequest.php, line 21
Class
- CurlRequest
- This class is for internal use only. Semantic versioning does not not apply. @package MaxMind\WebService\Http @internal
Namespace
MaxMind\WebService\HttpCode
public function __construct($url, $options) {
$this->url = $url;
$this->options = $options;
}