mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-10-06 00:02:08 -04:00
making responses coercable to string
This commit is contained in:
parent
20db082db2
commit
c4f5362156
@ -14,6 +14,8 @@ module HTTPX
|
||||
|
||||
def_delegator :@body, :to_s
|
||||
|
||||
def_delegator :@body, :to_str
|
||||
|
||||
def_delegator :@body, :read
|
||||
|
||||
def_delegator :@body, :copy_to
|
||||
|
Loading…
x
Reference in New Issue
Block a user