|
Previous Page |
Solar_Http_Request_Adapter |
Next Page |
_fetch()
protected
array
_fetch (
Solar_Uri $uri,
array $headers,
string $content
)
Support method to make the request, then return headers and content.
Parameters
- (Solar_Uri)
$uri: The URI get a response from. - (array)
$headers: A sequential array of header lines for the request. - (string)
$content: A string of content for the request.
Returns
- (array) A sequential array where element 0 is a sequential array of header lines, and element 1 is the body content.
Description
Support method to make the request, then return headers and content.
Local
- Overview
- Constants
- Properties
- Methods
- __construct()
- __destruct()
- __toString()
- _exception()
- _fetch()
- _parseCookie()
- _prepareRequest()
- apiVersion()
- dump()
- fetch()
- fetchAll()
- fetchRaw()
- getContent()
- getOptions()
- locale()
- setBasicAuth()
- setCharset()
- setContent()
- setContentType()
- setCookie()
- setCookies()
- setHeader()
- setMaxRedirects()
- setMethod()
- setProxy()
- setReferer()
- setSslCafile()
- setSslCapath()
- setSslLocalCert()
- setSslPassphrase()
- setSslVerifyPeer()
- setTimeout()
- setUri()
- setUserAgent()
- setVersion()