mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-22 15:37:59 +00:00
21 lines
351 B
JSON
21 lines
351 B
JSON
{
|
|
"hostname": "localhost",
|
|
"pid": 12345,
|
|
"req": {
|
|
"id": 6789,
|
|
"method": "GET",
|
|
"path": "api/check",
|
|
"host": "foo.bar",
|
|
"headers": {
|
|
"host": "bar.baz",
|
|
"user-agent": "browser"
|
|
}
|
|
},
|
|
"res": {
|
|
"status_code": 200,
|
|
"header": {
|
|
"content-type": "text",
|
|
"content-encoding": "plain"
|
|
}
|
|
}
|
|
}
|