Class: Ethon::Easy::Http::Head
- Inherits:
-
Object
- Object
- Ethon::Easy::Http::Head
- Includes:
- Actionable, Postable
- Defined in:
- lib/ethon/easy/http/head.rb
Overview
This class knows everything about making HEAD requests.
Constant Summary
Constants included from Actionable
Instance Method Summary collapse
-
#setup(easy) ⇒ Object
Setup easy to make a HEAD request.
Methods included from Postable
Methods included from Actionable
#form, #initialize, #options, #params, #params_encoding, #query_options, #set_form, #set_params, #url
Instance Method Details
#setup(easy) ⇒ Object
Setup easy to make a HEAD request.
17 18 19 20 |
# File 'lib/ethon/easy/http/head.rb', line 17 def setup(easy) super easy.nobody = true end |