Lines Matching +full:debug -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang)
33 public $debug = false; variable in dokuwiki\\HTTP\\HTTPClient
248 $this->debug('connection pool', self::$connections);
251 $this->debug('reusing connection', $connectionId);
255 $this->debug('opening connection', $connectionId);
307 $this->debug('request', $request);
317 $this->debug('response headers', $r_headers);
351 $this->debug('Object headers', $this->resp_headers);
503 $this->debug('response body', $this->resp_body);
534 $this->debug('SSL Tunnel CONNECT', $request);
544 $this->debug('SSL Tunnel Response', $r_headers);
709 * print debug info
718 protected function debug($info, $var = null) function in dokuwiki\\HTTP\\HTTPClient
720 if (!$this->debug) return;
729 * print debug info as HTML
747 * prints debug info as plain text