This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
pom-ng:proto:http [2012/10/12 10:56] 2001:7e8:2221:600:9471:feff:febb:91f7 |
pom-ng:proto:http [2020/05/26 21:59] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Protocol http ====== | ====== Protocol http ====== | ||
- | This module parse the HTTP protocol as defined in [[http://tools.ietf.org/html/rfc2616|RFC 2616]]. | + | This module parses HTTP connections as defined in RFC [[rfc>2616]]. |
===== Events ===== | ===== Events ===== | ||
- | ^ Name ^ Generates payload ^ Description ^ | + | ^ Name ^ Payload associated ^ Description ^ |
|http_query|no|Contains all the information about an HTTP query made by a client to a server.| | |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.| | |http_response|no|Contains all the information about an HTTP response sent to a client by a server.| | ||
Line 32: | 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. |