RESTframework icon indicating copy to clipboard operation
RESTframework copied to clipboard

A simple RESTful framework for Cocoa (Mac) & Cocoa Touch (iOS)

Results 3 RESTframework issues
Sort by recently updated
recently updated
newest added

Hi Ivan! Thank you for the framework. How can I add upload a file and additional parameters to the same request? I've got the following code: ``` objectivec RFRequest *r...

Hi, I'm trying to upload a file from my iPhone ios 6. In wireshark, I see that the data is missing, I only see Content-Disposition and Content-Type but no data....

Can you post some examples how to handle exceptions? let say you do [RFService execRequest:r completion:^(RFResponse *response) { but server is not available or the document is not found (404)