class Ethon::Easies::Http::Patch
This class knows everything about making PATCH requests.
def set_customs(easy)
-
easy
(Easy
) -- The easy to setup.
Other tags:
- Example: Setup. -
def set_customs(easy) easy.customrequest = "PATCH" end
This class knows everything about making PATCH requests.
easy
(Easy
)
-- The easy to setup.
def set_customs(easy) easy.customrequest = "PATCH" end