Closed greg-kennedy closed 3 years ago
Adds an additional PATCH method to the standard convenience set (get, head, put, post, delete). PATCH is common for REST web services and was given official definition in RFC 5789 (https://tools.ietf.org/html/rfc5789)
Note that PATCH is not considered idempotent.
Rebased, amended, and merged as 7dcbd18. Thank you for the contribution. Sorry it took so long to apply.
Adds an additional PATCH method to the standard convenience set (get, head, put, post, delete). PATCH is common for REST web services and was given official definition in RFC 5789 (https://tools.ietf.org/html/rfc5789)
Note that PATCH is not considered idempotent.