module Ethon::Easy::Http::Actionable

def params_encoding

Other tags:
    Example: Get encoding from options -
def params_encoding
  @params_encoding ||= query_options.fetch(:params_encoding, :typhoeus)
end