mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-23 10:15:36 +00:00
18 lines
455 B
JSON
18 lines
455 B
JSON
{
|
|
"hostname": "localhost",
|
|
"pid": 12345,
|
|
"req": "{\n \"id\": 6789,\n \"method\": \"GET\",\n \"path\": \"api/check\",\n \"host\": \"foo.bar\",\n \"headers\": {\n \"host\": \"bar.baz\",\n \"user-agent\": \"browser\"\n }\n}",
|
|
"res": {
|
|
"status_code": 200,
|
|
"header": {
|
|
"content-type": "text",
|
|
"content-encoding": "plain"
|
|
}
|
|
},
|
|
"empty1": {},
|
|
"empty2": [],
|
|
"wrapper": {
|
|
"empty3": {},
|
|
"emtpy4": []
|
|
}
|
|
}
|