ios - How to use RestKit without response description mapping? -


i have existing project using restkit , need update api requests. problem have post request doesn't need care response body. want know response status code 200 or not. don't add rkresponsedescriptor restkit reports error:"no response descriptors match response loaded.".how send request without response descriptors? idea? thanks

use restkit create request run request yourself. if restkit isn't running request isn't involved in response processing.


Comments

Popular posts from this blog

c# - Binding a comma separated list to a List<int> in asp.net web api -

Delphi 7 and decode UTF-8 base64 -

html - Is there any way to exclude a single element from the style? (Bootstrap) -