Home
last modified time | relevance | path

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

/plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/src/
Dfunctions.php71 return Utils::defaultUserAgent();
DClient.php266 $this->config['headers'] = ['User-Agent' => Utils::defaultUserAgent()];
274 $this->config['headers']['User-Agent'] = Utils::defaultUserAgent();
DUtils.php114 public static function defaultUserAgent(): string function in GuzzleHttp\\Utils