mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 09:40:21 +00:00
Added: * .avsc * .gltf * .htmlhintrc * .jscsrc * .jslintrc * .jsonl * .tern-config * .tern-project * .tfstate * .tfstate.backup * .webapp * .webmanifest
19 lines
704 B
JSON
19 lines
704 B
JSON
{
|
|
"type": "record",
|
|
"name": "Response",
|
|
"namespace": "org.rflow.message.data.http",
|
|
"aliases": [],
|
|
"fields": [
|
|
{"name": "client_ip", "type": ["string", "null"]},
|
|
{"name": "client_port", "type": ["int", "null"]},
|
|
{"name": "server_ip", "type": ["string", "null"]},
|
|
{"name": "server_port", "type": ["int", "null"]},
|
|
|
|
{"name": "protocol", "type": "string"},
|
|
{"name": "status_code", "type": "int"},
|
|
{"name": "status_reason_phrase", "type": "string"},
|
|
{"name": "headers", "type": {"type": "map", "values": "string"}},
|
|
{"name": "content", "type": "bytes"}
|
|
]
|
|
}
|