| [ Index ] |
PHP Cross Reference of moodle-2.8 |
[Source view] [Print] [Project Stats]
Http Streams based implementation of Google_IO.
| Author: | Stuart Langley <[email protected]> |
| File Size: | 211 lines (6 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
Google_IO_Stream:: (7 methods):
executeRequest()
setOptions()
trapError()
setTimeout()
getTimeout()
needsQuirk()
getHttpResponseCode()
Class: Google_IO_Stream - X-Ref
| executeRequest(Google_Http_Request $request) X-Ref |
| Execute an HTTP Request param: Google_HttpRequest $request the http request to be executed return: Google_HttpRequest http request with the response http code, |
| setOptions($options) X-Ref |
| Set options that update the transport implementation's behavior. param: $options |
| trapError($errno, $errstr) X-Ref |
| Method to handle errors, used for error handling around stream connection methods. |
| 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 |
| getHttpResponseCode($response_headers) X-Ref |
| No description |
| Generated: Fri Nov 28 20:29:05 2014 | Cross-referenced by PHPXref 0.7.1 |