ios - Retrieving HTTPBody from RestKit response -


i using postobject , putobject functions of restkit. need extract info payload , put in header before sending out.. suggestions on how can that?

ex:

[[rkobjectmanager sharedmanager] postobject:object path:object parameters:nil success:success failure:failure]; 

i have

// create payload request // update header accordingly // call postobject 

i avoid throwing away existing code..

i able using params passing before making rk request.


Comments

Popular posts from this blog

apache - Remove .php and add trailing slash in url using htaccess not loading css -

javascript - jQuery show full size image on click -