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

swift - Button on Table View Cell connected to local function -

dns - Dokku server hosts two sites with TLD's, both domains are landing on only one app -

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