MKNetworkKit icon indicating copy to clipboard operation
MKNetworkKit copied to clipboard

Using the PATCH HTTP verb the request body is not generated.

Open Rupert-RR opened this issue 11 years ago • 0 comments

When making a PATCH request any attached params should be included in the request body. However the current code will only attach the body for POST and PUT requests.

Rupert-RR avatar Apr 08 '14 10:04 Rupert-RR