pom-ng:proto:http
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
pom-ng:proto:http [2012/10/12 10:48] – created 2001:7e8:2221:600:9471:feff:febb:91f7 | pom-ng:proto:http [2020/05/26 21:59] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Protocol http ====== | ====== Protocol http ====== | ||
- | This module | + | This module |
- | ==== Events ==== | + | ===== Events ===== |
- | === http_query === | + | |
- | This event is generate | + | ^ Name ^ Payload associated ^ Description ^ |
+ | |http_query|no|Contains all the information about an HTTP query made by a client to a server.| | ||
+ | |http_response|no|Contains all the information about an HTTP response sent to a client by a server.| | ||
+ | |||
+ | If you are looking for a compound event containing information on both the query and the request, there is the event [[pom-ng: | ||
+ | |||
+ | ==== http_query | ||
+ | This event is generated | ||
^ Field ^ Type ^ Description ^ | ^ Field ^ Type ^ Description ^ | ||
Line 16: | Line 23: | ||
|headers|string list|List of headers in the query.| | |headers|string list|List of headers in the query.| | ||
- | === http_response === | + | ==== http_response ==== |
+ | This event is generated for each reply from the server to the client. | ||
^ Field ^ Type ^ Description ^ | ^ Field ^ Type ^ Description ^ | ||
|status|uint16|Status code of the response. For example 200.| | |status|uint16|Status code of the response. For example 200.| | ||
Line 23: | Line 32: | ||
|end_time|timestamp|When the query was fully sent.| | |end_time|timestamp|When the query was fully sent.| | ||
|headers|string list|List of headers in the response.| | |headers|string list|List of headers in the response.| | ||
+ | |||
+ | |||
+ | ===== Packet fields ===== | ||
+ | |||
+ | None. | ||
+ | |||
+ | ===== Parameters ===== | ||
+ | |||
+ | None. |
pom-ng/proto/http.1350038923.txt.gz · Last modified: 2020/05/26 21:59 (external edit)