mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 15:48:19 +00:00

The broxygen-generated files now live in the git repo, have tests that check that they are up-to-date, and a script to re-generate them on-demand.
40 lines
1.1 KiB
ReStructuredText
40 lines
1.1 KiB
ReStructuredText
:tocdepth: 3
|
|
|
|
base/protocols/http/entities.bro
|
|
================================
|
|
.. bro:namespace:: HTTP
|
|
|
|
Analysis and logging for MIME entities found in HTTP sessions.
|
|
|
|
:Namespace: HTTP
|
|
:Imports: :doc:`base/frameworks/files </scripts/base/frameworks/files/index>`, :doc:`base/protocols/http/main.bro </scripts/base/protocols/http/main.bro>`, :doc:`base/utils/files.bro </scripts/base/utils/files.bro>`, :doc:`base/utils/strings.bro </scripts/base/utils/strings.bro>`
|
|
|
|
Summary
|
|
~~~~~~~
|
|
Types
|
|
#####
|
|
============================================ =
|
|
:bro:type:`HTTP::Entity`: :bro:type:`record`
|
|
============================================ =
|
|
|
|
Redefinitions
|
|
#############
|
|
========================================================== =
|
|
:bro:type:`HTTP::Info`: :bro:type:`record`
|
|
:bro:type:`fa_file`: :bro:type:`record` :bro:attr:`&redef`
|
|
========================================================== =
|
|
|
|
|
|
Detailed Interface
|
|
~~~~~~~~~~~~~~~~~~
|
|
Types
|
|
#####
|
|
.. bro:type:: HTTP::Entity
|
|
|
|
:Type: :bro:type:`record`
|
|
|
|
filename: :bro:type:`string` :bro:attr:`&optional`
|
|
Filename for the entity if discovered from a header.
|
|
|
|
|
|
|