Method: HTTPX::Headers#to_s

Defined in:
lib/httpx/headers.rb

#to_sObject

headers as string



117
118
119
# File 'lib/httpx/headers.rb', line 117

def to_s
  @headers.to_s
end