Searched refs:response_headers (Results 1 – 1 of 1) sorted by relevance
164 return $this->response_headers['Status']=='200';251 public $response_headers; variable in HTTPRequest316 $this->response_headers = array();320 $this->response_headers[trim($line[0])] = trim($line[1]);323 $this->response_headers['Status']=$status[1];1387 $headers = $r->response_headers;
Completed in 5 milliseconds