module Faraday::Utils

def build_query(params)

def build_query(params)
  FlatParamsEncoder.encode(params)
end