Searched refs:response_headers (Results 1 – 1 of 1) sorted by relevance
156 return $this->response_headers['Status']=='200';243 public $response_headers; variable in HTTPRequest308 $this->response_headers = array();312 $this->response_headers[trim($line[0])] = trim($line[1]);315 $this->response_headers['Status']=$status[1];1374 $headers = $r->response_headers;
Completed in 6 milliseconds