Object that contains message ksb.csle.common.proto.DatasourceProto.HttpClientInfo HttpClientInfo contains attributes as follows:
message HttpClientInfo { required string url = 1; required Method method = 2; enum Method { POST = 1; GET = 2; PUT = 3; DELETE = 4; } repeated HttpParam header = 3; repeated HttpParam param = 4; optional string body = 5; } message HttpParam { required string key = 1; required string value = 2; }
Object that contains message ksb.csle.common.proto.DatasourceProto.HttpClientInfo HttpClientInfo contains attributes as follows:
Object that contains message ksb.csle.common.proto.DatasourceProto.HttpClientInfo HttpClientInfo contains attributes as follows:
message HttpClientInfo { required string url = 1; required Method method = 2; enum Method { POST = 1; GET = 2; PUT = 3; DELETE = 4; } repeated HttpParam header = 3; repeated HttpParam param = 4; optional string body = 5; } message HttpParam { required string key = 1; required string value = 2; }
:: ApplicationDeveloperApi :: A receiver that receives responses from a http server through http methods and store it in spark memory