Home
last modified time | relevance | path

Searched refs:sloppy304 (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/inc/HTTP/
H A DHTTPClient.php85 * @param bool $sloppy304 Return body on 304 not modified
90 public function get($url, $sloppy304 = false)
93 if ($this->status == 304 && $sloppy304) return $this->resp_body;
108 * @param bool $sloppy304 Return body on 304 not modified
113 public function dget($url, $data, $sloppy304 = false)
121 return $this->get($url, $sloppy304); argument
99 get($url, $sloppy304 = false) global() argument