Differences Between: [Versions 310 and 402] [Versions 311 and 402] [Versions 39 and 402] [Versions 400 and 402] [Versions 401 and 402]
Curl based implementation of Google_IO.
Author: | Stuart Langley <slangley@google.com> |
File Size: | 195 lines (6 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Google_IO_Curl:: (6 methods):
__construct()
executeRequest()
setOptions()
setTimeout()
getTimeout()
needsQuirk()
Class: Google_IO_Curl - X-Ref
__construct(Google_Client $client) X-Ref |
No description |
executeRequest(Google_Http_Request $request) X-Ref |
Execute an HTTP Request param: Google_Http_Request $request the http request to be executed return: array containing response headers, body, and http code |
setOptions($options) X-Ref |
Set options that update the transport implementation's behavior. param: $options |
setTimeout($timeout) X-Ref |
Set the maximum request time in seconds. param: $timeout in seconds |
getTimeout() X-Ref |
Get the maximum request time in seconds. return: timeout in seconds |
needsQuirk() X-Ref |
Test for the presence of a cURL header processing bug {@inheritDoc} return: boolean |