OpenSearch/client/sniffer
javanna fd297637a2 Rest Client: add short performRequest method variants without params and/or body
Users wanting to send a request by providing only its method and endpoint, effectively the only two required arguments, shouldn't need to pass in an empty map and a null entity for the body. While at it we can also add a variant to send requests by specifying only method, endpoint and params, but not body. Headers remain a vararg as last argument, so they can always optionally be provided.

 Closes #19312
2016-07-11 10:36:04 +02:00
..
licenses Group client projects under :client 2016-06-22 14:26:41 -04:00
src Rest Client: add short performRequest method variants without params and/or body 2016-07-11 10:36:04 +02:00
build.gradle Build: set group for client and sniffer, disable publishing for client-test 2016-07-01 12:09:34 +02:00