mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Correct origin documentation of the version field in the HTTP log.
This commit is contained in:
parent
5ccc3ea156
commit
669cfbe109
1 changed files with 5 additions and 2 deletions
|
@ -43,9 +43,12 @@ export {
|
||||||
uri: string &log &optional;
|
uri: string &log &optional;
|
||||||
## Value of the "referer" header. The comment is deliberately
|
## Value of the "referer" header. The comment is deliberately
|
||||||
## misspelled like the standard declares, but the name used here
|
## misspelled like the standard declares, but the name used here
|
||||||
## is "referrer" spelled correctly.
|
## is "referrer", spelled correctly.
|
||||||
referrer: string &log &optional;
|
referrer: string &log &optional;
|
||||||
## Value of the version portion of the request.
|
## Value of the version portion of the reply. If you require
|
||||||
|
## message-level detail, consider the :zeek:see:`http_request` and
|
||||||
|
## :zeek:see:`http_reply` events, which report each message's
|
||||||
|
## version string.
|
||||||
version: string &log &optional;
|
version: string &log &optional;
|
||||||
## Value of the User-Agent header from the client.
|
## Value of the User-Agent header from the client.
|
||||||
user_agent: string &log &optional;
|
user_agent: string &log &optional;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue