Method: HTTPX::Options#option_headers

Defined in:
lib/httpx/options.rb

#option_headers(value) ⇒ Object



152
153
154
# File 'lib/httpx/options.rb', line 152

def option_headers(value)
  headers_class.new(value)
end