void HTTP_Client::setRequestParameter (
mixed $name
, string $value
= null
)
These parameters will be passed to constructors of created HTTP_Request instances.
$name
parameter name or array ('parameter name' => 'parameter value')
$value
parameter value if $name is not an array
throws no exceptions thrown
This function can not be called statically.