bblin.gobblin-http.0.12.0.source-code.HttpRequestReponse.avsc Maven / Gradle / Ivy
{
"type": "record",
"name": "HttpRequestResponseRecord",
"doc": "Represents an http output record",
"namespace" : "org.apache.gobblin.http",
"fields" : [
{"name": "requestUrl", "type": "string"},
{"name": "method", "type": "string"},
{"name": "contentType", "type": ["null","string"]},
{"name": "statusCode", "type": "int"},
{"name": "body", "type": ["null","bytes"]}
]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy