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# - SharpDX Toolkit models rendering inside out -

c# - ajax - How to receive data both html and json from server? -