class Ethon::Easies::Form

def materialize

Other tags:
    Example: Add form to libcurl. -
def materialize
  query_pairs.each { |pair| form_add(pair.first.to_s, pair.last) }
end