Class Ethon::Easy::Http::Custom
In: lib/ethon/easy/http/custom.rb
Parent: Object

This class knows everything about making requests for custom HTTP verbs.

Methods

new   setup  

Included Modules

Ethon::Easy::Http::Actionable Ethon::Easy::Http::Postable

Public Class methods

Public Instance methods

Setup easy to make a request.

@example Setup.

  custom.set_params(easy)

@param [ Easy ] easy The easy to setup.

[Validate]