mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-21 10:54:31 +08:00
Fix formatting in RKNotifications header.
* Clean up asterisk spacing. * Format comment block to be consistent.
This commit is contained in:
@@ -20,17 +20,17 @@
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
/******************
|
||||
* Request Auditing
|
||||
*
|
||||
* RKClient exposes a set of NSNotifications that can be
|
||||
* used to audit the request/response cycle of your application.
|
||||
* This is useful for doing things like generating automatic logging
|
||||
* for all your requests or sending the response times
|
||||
/**
|
||||
Request Auditing
|
||||
|
||||
RKClient exposes a set of NSNotifications that can be used to audit the
|
||||
request/response cycle of your application. This is useful for doing things
|
||||
like generating automatic logging for all your requests or sending the response
|
||||
times.
|
||||
*/
|
||||
extern NSString* const RKRequestSentNotification;
|
||||
extern NSString* const RKRequestDidLoadResponseNotification;
|
||||
extern NSString* const RKRequestDidLoadResponseNotificationUserInfoResponseKey;
|
||||
extern NSString* const RKRequestDidFailWithErrorNotification;
|
||||
extern NSString* const RKRequestDidFailWithErrorNotificationUserInfoErrorKey;
|
||||
extern NSString* const RKServiceDidBecomeUnavailableNotification;
|
||||
extern NSString * const RKRequestSentNotification;
|
||||
extern NSString * const RKRequestDidLoadResponseNotification;
|
||||
extern NSString * const RKRequestDidLoadResponseNotificationUserInfoResponseKey;
|
||||
extern NSString * const RKRequestDidFailWithErrorNotification;
|
||||
extern NSString * const RKRequestDidFailWithErrorNotificationUserInfoErrorKey;
|
||||
extern NSString * const RKServiceDidBecomeUnavailableNotification;
|
||||
|
||||
Reference in New Issue
Block a user