RKConfigurationDelegate Protocol Reference
Conforms to | NSObject |
Declared in | RKConfigurationDelegate.h |
Overview
The RKConfigurationDelegate formal protocol defines methods enabling the centralization of RKRequest and RKObjectLoader configuration. An object conforming to the protocol can be used to set headers, authentication credentials, etc.
RKClient and RKObjectManager conform to RKConfigurationDelegate to configure request and object loader instances they build.
Tasks
-
– configureRequest:
Configure a request before it is utilized
-
– configureObjectLoader:
Configure an object loader before it is utilized