@load base/protocols/http module HTTP; export { redef record Info += { method: string &optional; }; } event http_request(c: connection, method: string, original_URI: string, unescaped_URI: string, version: string) &priority=0 { c$http$method = method; }