AdobeConnectClient\Connection\ConnectionInterface::post
Send a POST request.
The request need be send as application/x-www-form-urlencoded or multipart/form-data. The $postParams must accept stream file or SplFileInfo to send files.
Signature
public function post(array
$postParams,
[array
$queryParams = ] )
Parameters
$postParams
— array- Associative array for the post parameters
$queryParams
— array- Associative array to add params in URL
Returns
- ResponseInterface
Errors/Exceptions
-
UnexpectedValueException
- if server does not respond