pom-ng:proto:http
This is an old revision of the document!
Protocol http
This module parse the HTTP protocol as defined in RFC 2616.
Events
http_query
This event is generate for each client query addressed to a server.
Field | Type | Description |
---|---|---|
first_line | string | First line of the request. Usually something like “GET / HTTP/1.1”. |
proto_version | string | Version of the protocol used for the query if specified for example : “HTTP/1.1”. |
method | string | HTTP method used. For example “GET” or “POST”. |
url | string | URL requested by the client without the hostname. |
start_time | timestamp | When the query started. |
end_time | timestamp | When the query was fully sent. |
headers | string list | List of headers in the query. |
http_response
Field | Type | Description |
---|---|---|
status | uint16 | Status code of the response. For example 200. |
proto_version | string | Version of the protocol used for the query if specified for example : “HTTP/1.1”. |
start_time | timestamp | When the query started. |
end_time | timestamp | When the query was fully sent. |
headers | string list | List of headers in the response. |
pom-ng/proto/http.1350038923.txt.gz · Last modified: 2020/05/26 21:59 (external edit)