Sha256: f79129910406948ede8bc1ac7ee17e9783b9f871641a85820ed93dc91ea4c3c7

Contents?: true

Size: 704 Bytes

Versions: 12

Compression:

Stored size: 704 Bytes

Contents

{
    "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"}
    ]
}

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
rflow-components-http-1.1.1 schema/http_response.avsc
rflow-components-http-1.1.0 schema/http_response.avsc
rflow-components-http-1.0.1 schema/http_response.avsc
rflow-components-http-1.0.0 schema/http_response.avsc
rflow-components-http-1.0.0a4 schema/http_response.avsc
rflow-components-http-1.0.0a3 schema/http_response.avsc
rflow-components-http-1.0.0a2 schema/http_response.avsc
rflow-components-http-1.0.0a1 schema/http_response.avsc
rflow-components-http-0.0.7 schema/http_response.avsc
rflow-components-http-0.0.6 schema/http_response.avsc
rflow-components-http-0.0.3 schema/http_response.avsc
rflow-components-http-0.0.2 schema/http_response.avsc