feat(integration decoders): http and glimpse_detector

compile pass, todo test
This commit is contained in:
yangwei
2024-08-20 19:01:06 +08:00
committed by lijia
parent 6e46dbf762
commit dafbecd49a
804 changed files with 66904 additions and 4 deletions

View File

@@ -0,0 +1,41 @@
[
{
"__X_HTTP_TUPLE4": "10.9.0.2.58038>139.162.123.134.80"
},
{
"__X_HTTP_TRANSACTION": "request",
"__X_HTTP_TRANSACTION_SEQ": 0,
"method": "GET",
"uri": "/robots.txt",
"req_version": "1.1",
"major_version": 1,
"minor_version": 1,
"Host": "nghttp2.org",
"User-Agent": "curl/7.61.0",
"Accept": "*/*",
"Connection": "Upgrade, HTTP2-Settings",
"Upgrade": "h2c",
"HTTP2-Settings": "AAMAAABkAARAAAAAAAIAAAAA",
"__X_HTTP_URL": "nghttp2.org/robots.txt"
},
{
"__X_HTTP_TRANSACTION": "request",
"__X_HTTP_TRANSACTION_SEQ": 1,
"method": "PRI",
"uri": "*",
"req_version": "2.0",
"major_version": 2,
"minor_version": 0
},
{
"__X_HTTP_TRANSACTION": "response",
"__X_HTTP_TRANSACTION_SEQ": 0,
"res_version": "1.1",
"res_status": "Switching Protocols",
"major_version": 1,
"minor_version": 1,
"status_code": 101,
"Connection": "Upgrade",
"Upgrade": "h2c"
}
]