Class: Net::HTTP::Patch
- Inherits:
-
HTTPRequest
- Object
- HTTPRequest
- Net::HTTP::Patch
- Defined in:
- lib/htty/http_patch.rb
Overview
Represents a HTTP PATCH request. This class exists because Net::HTTP did not have this behavior in Ruby v1.9.2 and earlier.
Constant Summary collapse
- METHOD =
'PATCH'
- REQUEST_HAS_BODY =
true
- RESPONSE_HAS_BODY =
true