Module: HTTPX::Plugins::SsrfFilter::OptionsMethods

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

Instance Method Summary collapse

Instance Method Details

#option_allowed_schemes(value) ⇒ Object



91
92
93
# File 'lib/httpx/plugins/ssrf_filter.rb', line 91

def option_allowed_schemes(value)
  Array(value)
end