constant MessageFormatter::CLF in Zircon Profile 8
Same name and namespace in other branches
- 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
GuzzleHttpCode
const CLF = "{hostname} {req_header_User-Agent} - [{date_common_log}] \"{method} {target} HTTP/{version}\" {code} {res_header_Content-Length}";