fuzzapi
fuzzapi copied to clipboard
add the PATCH method, for JSONAPI testing
while the application supports PUT, the JSONAPI 1.0 spec says to use PATCH instead:
http://jsonapi.org/format/
this PR adds that method - PATCH - to the choices. JSONAPI compliant servers may ignore PUT in favor of PATCH.