This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
stellar-stellar/benchmarks/json/http/http_upgrade_http2.json

41 lines
913 B
JSON

[
{
"__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"
}
]