class Typhoeus::Request
def encoded_body
- Api: - private
Returns:
-
(String)
- The encoded body.
def encoded_body Ethon::Easy::Form.new(nil, options[:body]).to_s end
(String)
- The encoded body.
def encoded_body Ethon::Easy::Form.new(nil, options[:body]).to_s end