Interface that all Transport (HTTP Requester) implementations must implement. These
Implementations can then be plugged into the Service instance in order to user their the desired method for making HTTP requests
Located in /HttpTransport/Interface.php (line 47)
Get the current default timeout for all HTTP requests
Perform a GET HTTP operation with an optional timeout and return the response contents, use getLastResponseHeaders to retrieve HTTP headers
Perform a HEAD HTTP operation with an optional timeout and return the response headers - NOTE: head requests have no response body
Perform a POST HTTP operation with an optional timeout and return the response contents, use getLastResponseHeaders to retrieve HTTP headers
Set the current default timeout for all HTTP requests
Documentation generated on Wed, 04 May 2011 11:01:15 -0400 by phpDocumentor 1.4.3