void http\Client::__construct([string $driver = NULL[, string $persistent_handle_id = NULL]])Create a new HTTP client.
Currently only "curl" is supported as a $driver, and used by default. Persisted resources identified by $persistent_handle_id will be re-used if available.
string $driver# = NULLstring $persistent_handle_id# = NULL