Google_Http_Batch
class Google_Http_Batch (View source)
Class to handle batched requests to the Google API service.
Note that calls to Google_Http_Batch::execute()
do not clear the queued
requests. To start a new batch, be sure to create a new instance of this
class.
Constants
BATCH_PATH |
|
Methods
__construct(Google_Client $client, $boundary = false, $rootUrl = null, $batchPath = null)
No description
add(RequestInterface $request, $key = false)
No description
execute()
No description
parseResponse(ResponseInterface $response, $classes = array())
No description
Details
__construct(Google_Client $client, $boundary = false, $rootUrl = null, $batchPath = null)
No description
add(RequestInterface $request, $key = false)
No description
execute()
No description
parseResponse(ResponseInterface $response, $classes = array())
No description