class Ethon::Easy::Http::Patch

This class knows everything about making PATCH requests.

def setup(easy)

Parameters:
  • easy (Easy) -- The easy to setup.

Other tags:
    Example: Setup. -
def setup(easy)
  super
  easy.customrequest = "PATCH"
end