Libraries
»
httpx
(1.7.0)
»
Index
»
HTTPX
»
Transcoder
»
Body
»
encode
Method: HTTPX::Transcoder::Body.encode
Defined in:
lib/httpx/transcoder/body.rb
.
encode
(body) ⇒
Object
39 40 41
# File 'lib/httpx/transcoder/body.rb', line 39
def
encode
(
body
)
Encoder
.
new
(
body
)
end