Method: HTTPX::Headers#to_a

Defined in:
lib/httpx/headers.rb

#to_aObject

the headers store in array of pairs format



112
113
114
# File 'lib/httpx/headers.rb', line 112

def to_a
  Array(each)
end