Sha256: c539437e296d5ef3e81634e1a0d1af7afbcd0daa217b39e4b5451f9837a19ff9

Contents?: true

Size: 748 Bytes

Versions: 12

Compression:

Stored size: 748 Bytes

Contents

{
    "type": "record",
    "name": "Request",
    "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": "method",       "type": "string"},
        {"name": "uri",          "type": "string"},
        {"name": "query_string", "type": ["string", "null"]},
        {"name": "protocol",     "type": "string"},
        {"name": "headers",      "type": {"type": "map", "values": ["string", "null"]}},
        {"name": "content",      "type": ["bytes", "null"]}
    ]
}

Version data entries

12 entries across 12 versions & 1 rubygems

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