Method: HTTPX::Headers#initialize_dup

Defined in:
lib/httpx/headers.rb

#initialize_dup(orig) ⇒ Object

dupped initialization



31
32
33
34
# File 'lib/httpx/headers.rb', line 31

def initialize_dup(orig)
  super
  @headers = orig.instance_variable_get(:@headers).dup
end