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