You are here

constant MessageFormatter::CLF in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/guzzlehttp/guzzle/src/MessageFormatter.php \GuzzleHttp\MessageFormatter::CLF

Apache Common Log Format. @link http://httpd.apache.org/docs/2.4/logs.html#common

File

vendor/guzzlehttp/guzzle/src/MessageFormatter.php, line 43

Class

MessageFormatter
Formats log messages using variable substitutions for requests, responses, and other transactional data.

Namespace

GuzzleHttp

Code

const CLF = "{hostname} {req_header_User-Agent} - [{date_common_log}] \"{method} {target} HTTP/{version}\" {code} {res_header_Content-Length}";