lib/httpx/options.rb in httpx-1.2.0 vs lib/httpx/options.rb in httpx-1.2.1

- old
+ new

@@ -97,10 +97,10 @@ # :supported_compression_formats :: list of compressions supported by the transcoder layer (defaults to <tt>%w[gzip deflate]</tt>). # :decompress_response_body :: whether to auto-decompress response body (defaults to <tt>true</tt>). # :compress_request_body :: whether to auto-decompress response body (defaults to <tt>true</tt>) # :timeout :: hash of timeout configurations (supports <tt>:connect_timeout</tt>, <tt>:settings_timeout</tt>, # <tt>:operation_timeout</tt>, <tt>:keep_alive_timeout</tt>, <tt>:read_timeout</tt>, <tt>:write_timeout</tt> - # and <tt>:request_timeout</tt> + # and <tt>:request_timeout</tt> # :headers :: hash of HTTP headers (ex: <tt>{ "x-custom-foo" => "bar" }</tt>) # :window_size :: number of bytes to read from a socket # :buffer_size :: internal read and write buffer size in bytes # :body_threshold_size :: maximum size in bytes of response payload that is buffered in memory. # :request_class :: class used to instantiate a request