class Curl::Easy

Public Instance Methods

http_patch() click to toggle source
# File lib/faraday/curb.rb, line 3
def http_patch
  self.http :PATCH
end
Also aliased as: patch
patch()
Alias for: http_patch