# File lib/faraday/utils.rb, line 164 def to_query(encoder = nil) (encoder || Utils.default_params_encoder).encode(self) end