HTTP
¶Extract and include the header names used for each request in the HTTP logging stream. The headers in the logging stream will be stored in the same order which they were seen on the wire.
Namespace: | HTTP |
---|---|
Imports: | base/protocols/http/main.bro |
Source File: | /scripts/policy/protocols/http/header-names.bro |
HTTP::log_client_header_names : bool &redef |
A boolean value to determine if client header names are to be logged. |
HTTP::log_server_header_names : bool &redef |
A boolean value to determine if server header names are to be logged. |
HTTP::Info : record |