Class Ethon::Easy::Http::Options
In: lib/ethon/easy/http/options.rb
Parent: Object

This class knows everything about making OPTIONS requests.

Methods

setup  

Included Modules

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

Public Instance methods

Setup easy to make a OPTIONS request.

@example Setup.

  options.setup(easy)

@param [ Easy ] easy The easy to setup.

[Validate]