Class Ethon::Easy::Http::Head
In: lib/ethon/easy/http/head.rb
Parent: Object

This class knows everything about making HEAD requests.

Methods

setup  

Included Modules

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

Public Instance methods

Setup easy to make a HEAD request.

@example Setup.

  get.set_params(easy)

@param [ Easy ] easy The easy to setup.

[Validate]