http_log : file
The file into which HTTP-related alerts are written.
http_sessions : table[addr, addr] of http_session_info
A [source, destination] indexed table of http_session_info
records.
include_HTTP_abstract : bool
Currently used to indicate whether or not an abstract of the HTTP request data will be included in a rewritten connection.
log_HTTP_data : bool
If true, an abstract of the HTTP request data is included in a log message.
maintain_http_sessions : bool
If true, HTTP sessions are maintained across multiple connections, otherwise we not (which saves some memory).
process_HTTP_replies : bool
If true, HTTP replies (not just requests) are processed.
process_HTTP_data : bool
If true, HTTP data is examined as needed (e.g., for making HTTP abstracts, as discussed below).