This website requires JavaScript.
Explore
Help
Register
Sign In
kylefang
/
RestKit
Watch
1
Star
0
Fork
0
You've already forked RestKit
mirror of
https://github.com/zhigang1992/RestKit.git
synced
2026-04-06 22:39:42 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
c171bed7d382718f67f4131694b61e63f7068bf8
RestKit
/
Code
History
Blake Watters
c171bed7d3
Don't generate an unmappable content error if a successful status code is returned along with an empty response body. This enables the use of the status code to indicate success without any content for mapping. In these cases, we wrap the targetObject of the loader into a RKObjectMappingResult at the @"" keyPath so that the delegates are invoked as expected.
closes
#189
2011-07-06 22:01:10 -04:00
..
CoreData
Bug fix for potential invocation of setObject:forKey: with a nil key value
2011-07-05 16:30:16 -04:00
Network
Fix and test coverage for base URLs containing a path
2011-07-06 15:57:05 -04:00
ObjectMapping
Don't generate an unmappable content error if a successful status code is returned along with an empty response body. This enables the use of the status code to indicate success without any content for mapping. In these cases, we wrap the targetObject of the loader into a RKObjectMappingResult at the @"" keyPath so that the delegates are invoked as expected.
closes
#189
2011-07-06 22:01:10 -04:00
Support
Fix for missing prototype warnings due to not including void in the parameters list for C functions that take no arguments.
2011-07-06 10:10:21 -04:00
Three20
If the RKObjectLoaderTTModel wants to load without Disk cache (TTURLRequestCachePolicyDisk), tell the object loader not to use the RK cache.
2011-06-30 12:54:03 -04:00
RestKit.h
Added special 'App' logging component for logging messages via RKLog() from your app.
closes
#183
2011-06-30 15:11:58 -04:00