HTTP response parser
Parameters
$headers
stringrequired- Full response text including headers and body
$url
stringrequired- Original request URL
$req_headers
arrayrequired- Original $headers array passed to request(), in case we need to follow redirects
$req_data
arrayrequired- Original $data array passed to request(), in case we need to follow redirects
$options
arrayrequired- Original $options array passed to request(), in case we need to follow redirects
User Contributed Notes
You must log in before being able to contribute a note or feedback.