I'm new to AFNetworking but so far liking the abstraction.
I'm creating a subclass of AFHttpClient and I'd like to set the parameter encoding to JSON but ONLY for POST requests, is this possible?
|
I'm new to AFNetworking but so far liking the abstraction. I'm creating a subclass of AFHttpClient and I'd like to set the parameter encoding to JSON but ONLY for POST requests, is this possible? |
|||
|
|
|
You can do this by overriding |
|||
|
|