Module Ethon::Easy::Http::Putable
In: lib/ethon/easy/http/putable.rb

This module contains logic about setting up a PUT body.

Methods

set_form  

Public Instance methods

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

@example Setup.

  put.set_form(easy)

@param [ Easy ] easy The easy to setup.

[Validate]