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

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -