We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3534050 commit ebe6e42Copy full SHA for ebe6e42
elasticsearch-transport/lib/elasticsearch/transport/client.rb
@@ -108,6 +108,8 @@ class Client
108
#
109
# @option arguments [String] :send_get_body_as Specify the HTTP method to use for GET requests with a body.
110
# (Default: GET)
111
+ # @option arguments [true, false] :compression Whether to compress requests. Responses will automatically be
112
+ # inflated if they are compressed. Gzip compression will be used. The default is false.
113
114
# @yield [faraday] Access and configure the `Faraday::Connection` instance directly with a block
115
0 commit comments