Class Summary HTTP_Client | HTTP_Client::attach() |
HTTP_Client | |
PEAR Manual | |
require_once 'HTTP/Client.php'; |
void constructor HTTP_Client::HTTP_Client (
array $defaultRequestParams = NULL
, array $defaultHeaders = NULL
)
Sets default request parameters and default headers.
Parameters to pass to HTTP_Request's constructor
Default headers to send on every request
throws no exceptions thrown
This function can not be called statically.
Class Summary HTTP_Client | HTTP_Client::attach() |
HTTP_Client | |
PEAR Manual | |