Take the post-processed cURL data and break it down into useful header/body/info chunks. Uses the
data stored in the curl_handle
and response
properties unless replacement data is passed in via
parameters.
Access
public
Parameters
Parameter |
Type |
Required |
Description |
---|---|---|---|
|
Optional |
The reference to the already executed cURL request. |
|
|
Optional |
The actual response content itself that needs to be parsed. |
Returns
Type |
Description |
---|---|
A |
Source
Method defined in lib/requestcore/requestcore.class.php | Toggle source view (47 lines) | View on GitHub