class Typhoeus::Request

def encoded_body

Other tags:
    Api: - private

Returns:
  • (String) - The encoded body.
def encoded_body
  Ethon::Easy::Form.new(nil, options[:body]).to_s
end