Method: HTTPX::Headers#to_hash

Defined in:
lib/httpx/headers.rb

#to_hashObject

the headers store in Hash format



107
108
109
# File 'lib/httpx/headers.rb', line 107

def to_hash
  Hash[to_a]
end