Properties
Private template
template: string
Static Readonly clf
clf: string = `{hostname} {req_header_User-Agent} - [{date_common_log}] `+ `"{method} {target} HTTP/{version}" {code} {res_header_Content-Length}`
Static Readonly debug
debug: string = ">>>>>>>>" + os.EOL+ "{request}" + os.EOL + "<<<<<<<<" + os.EOL+ "{response}" + os.EOL + "--------" + os.EOL+ "{error}"
Static Readonly short
short: string = `[{ts}] "{method} {target} HTTP/{version}" {code}`