module HTTPX::Transcoder::Form

def encode(form)

def encode(form)
  Encoder.new(form)
end