module HTTP::Chainable
def default_headers=(headers)
-
headers
() --
Deprecated:
- Will be removed in 1.0.0; Use `#headers`
def default_headers=(headers) @default_options = default_options.dup do |opts| opts.headers = headers end end
headers
(
)
--
def default_headers=(headers) @default_options = default_options.dup do |opts| opts.headers = headers end end