Module Ethon::Easy::Http::Postable
In: lib/ethon/easy/http/postable.rb

This module contains logic for setting up a [multipart] POST body.

Methods

set_form  

Public Instance methods

Set things up when form is provided. Deals with multipart forms.

@example Setup.

  post.set_form(easy)

@param [ Easy ] easy The easy to setup.

[Validate]