MKNetworkKit
MKNetworkKit copied to clipboard
Using the PATCH HTTP verb the request body is not generated.
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.