CURL feature constants.
-> ***NOTE:***
+> ***NOTE:***
> These constants have been added in v2.6.0, resp. v3.1.0.
## Constants:
CURL version constants.
-> ***NOTE:***
+> ***NOTE:***
> These constants have been added in v2.6.0, resp. v3.1.0.
## Constants:
Configure the client's low level options.
-> ***NOTE:***
+> ***NOTE:***
> This method has been added in v2.3.0.
## Params:
Set client debugging callback.
-> ***NOTE:***
+> ***NOTE:***
> This method has been added in v2.6.0, resp. v3.1.0.
## Params:
?>
-> ***NOTE:***
+> ***NOTE:***
> Except for http\Client::DEBUG_INFO, which always occurs separately, the debug
> callback's $type argument contains a bitmask of (http\Client::DEBUG_IN or http\Client::DEBUG_OUT)
> and (http\Client::DEBUG_HEADER or http\Client::DEBUG_BODY or http\Client::DEBUG_SSL).
URL class using the HTTP environment by default.
-> ***NOTE:***
+> ***NOTE:***
> This class has been added in v3.0.0.
Always adds http\Url::FROM_ENV to the $flags constructor argument. See also http\Url.
The parser which is underlying http\Header and http\Message.
-> ***NOTE:***
+> ***NOTE:***
> This class has been added in v2.3.0.
## Constants:
Create an instance of an http\Url.
-> ***NOTE:***
+> ***NOTE:***
> Prior to v3.0.0, the default for the $flags parameter was http\Url::FROM_ENV.
See also http\Env\Url.
Clone this URL and apply $parts to the cloned URL.
-> ***NOTE:***
+> ***NOTE:***
> This method returns a clone (copy) of this instance.
## Params: