Searched refs:CLF (Results 1 – 2 of 2) sorted by relevance
42 …const CLF = "{hostname} {req_header_User-Agent} - [{date_common_log}] \"{method} {target} HTTP/{ve… define in GuzzleHttp\\MessageFormatter52 public function __construct($template = self::CLF)54 $this->template = $template ?: self::CLF;
47 …public const CLF = '{hostname} {req_header_User-Agent} - [{date_common_log}] "{method} {target} HT… define in GuzzleHttp\\MessageFormatter59 public function __construct(?string $template = self::CLF)61 $this->template = $template ?: self::CLF;