schema/http_response.avsc in rflow-components-http-1.1.1 vs schema/http_response.avsc in rflow-components-http-2.0.0
- old
+ new
@@ -10,9 +10,9 @@
{"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": "headers", "type": {"type": "map", "values": "bytes"}},
{"name": "content", "type": "bytes"}
]
}