Searched refs:sloppy304 (Results 1 – 3 of 3) sorted by relevance
25 * @param bool $sloppy304 Return body on 304 not modified28 function get($url,$sloppy304=false){ argument 30 if($this->status == 304 && $sloppy304) return $this->resp_body;
94 * @param bool $sloppy304 Return body on 304 not modified99 public function get($url,$sloppy304=false){ argument 101 if($this->status == 304 && $sloppy304) return $this->resp_body;116 * @param bool $sloppy304 Return body on 304 not modified121 public function dget($url,$data,$sloppy304=false){ argument 128 return $this->get($url,$sloppy304);
104 * @param bool $sloppy304 Return body on 304 not modified109 function get($url,$sloppy304=false){ argument111 if($this->status == 304 && $sloppy304) return $this->resp_body;126 * @param bool $sloppy304 Return body on 304 not modified131 function dget($url,$data,$sloppy304=false){ argument138 return $this->get($url,$sloppy304);