Libraries
»
httpx
(0.1.0)
»
Index
»
HTTPX
»
Headers
»
#to_s
Method: HTTPX::Headers#to_s
Defined in:
lib/httpx/headers.rb
#
to_s
⇒
Object
headers as string
117 118 119
# File 'lib/httpx/headers.rb', line 117
def
to_s
@headers
.
to_s
end