|
ActiveResourceKit
v1.2 (498.0)
|
#import <Foundation/Foundation.h>

Go to the source code of this file.
Variables | |
| NSString *const | ARHTTPGetMethod |
| NSString *const | ARHTTPDeleteMethod |
| NSString *const | ARHTTPPutMethod |
| NSString *const | ARHTTPPostMethod |
| NSString *const | ARHTTPHeadMethod |
| NSString* const ARHTTPDeleteMethod |
Definition at line 28 of file ARHTTPMethods.m.
| NSString* const ARHTTPGetMethod |
Definition at line 27 of file ARHTTPMethods.m.
| NSString* const ARHTTPHeadMethod |
Definition at line 31 of file ARHTTPMethods.m.
| NSString* const ARHTTPPostMethod |
Definition at line 30 of file ARHTTPMethods.m.
| NSString* const ARHTTPPutMethod |
Definition at line 29 of file ARHTTPMethods.m.
1.8.2