mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 23:28:20 +00:00

This is based on commit 2731def9159247e6da8a3191783c89683363689c from the zeek-docs repo.
29 lines
1.1 KiB
ReStructuredText
29 lines
1.1 KiB
ReStructuredText
:tocdepth: 3
|
|
|
|
policy/protocols/http/var-extraction-uri.zeek
|
|
=============================================
|
|
.. zeek:namespace:: HTTP
|
|
|
|
Extracts and logs variables from the requested URI in the default HTTP
|
|
logging stream.
|
|
|
|
:Namespace: HTTP
|
|
:Imports: :doc:`base/protocols/http </scripts/base/protocols/http/index>`
|
|
|
|
Summary
|
|
~~~~~~~
|
|
Redefinitions
|
|
#############
|
|
============================================ ===============================================================================================
|
|
:zeek:type:`HTTP::Info`: :zeek:type:`record`
|
|
|
|
:New Fields: :zeek:type:`HTTP::Info`
|
|
|
|
uri_vars: :zeek:type:`vector` of :zeek:type:`string` :zeek:attr:`&optional` :zeek:attr:`&log`
|
|
Variable names from the URI.
|
|
============================================ ===============================================================================================
|
|
|
|
|
|
Detailed Interface
|
|
~~~~~~~~~~~~~~~~~~
|
|
|