mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-23 18:25:45 +00:00
10 lines
450 B
JSON
10 lines
450 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
|
|
res.header.content-type text
|
|
res.header.content-encoding plain
|
|
empty1 {}
|
|
empty2 []
|
|
wrapper.empty3 {}
|
|
wrapper.emtpy4 []
|