User Tools

Site Tools


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_linestringFirst line of the request. Usually something like “GET / HTTP/1.1”.
proto_versionstringVersion of the protocol used for the query if specified for example : “HTTP/1.1”.
methodstringHTTP method used. For example “GET” or “POST”.
urlstringURL requested by the client without the hostname.
start_timetimestampWhen the query started.
end_timetimestampWhen the query was fully sent.
headersstring listList of headers in the query.

http_response

Field Type Description
statusuint16Status code of the response. For example 200.
proto_versionstringVersion of the protocol used for the query if specified for example : “HTTP/1.1”.
start_timetimestampWhen the query started.
end_timetimestampWhen the query was fully sent.
headersstring listList of headers in the response.
pom-ng/proto/http.1350038923.txt.gz · Last modified: 2020/05/26 21:59 (external edit)