class Ethon::Easies::Http::Head
This class knows everything about making HEAD requests.
def set_customs(easy)
-
easy
(Easy
) -- The easy to setup.
Other tags:
- Example: Setup. -
def set_customs(easy) easy.nobody = true end
This class knows everything about making HEAD requests.
easy
(Easy
)
-- The easy to setup.
def set_customs(easy) easy.nobody = true end