Method: HTTPX::Plugins::StreamBidi.extra_options

Defined in:
lib/httpx/plugins/stream_bidi.rb

.extra_options(options) ⇒ Object



214
215
216
# File 'lib/httpx/plugins/stream_bidi.rb', line 214

def extra_options(options)
  options.merge(fallback_protocol: "h2")
end