|
ActiveResourceKit
v1.2 (498.0)
|
#import "ARHTTPMethods.h"
Go to the source code of this file.
Variables | |
| NSString *const | ARHTTPGetMethod = @"GET" |
| NSString *const | ARHTTPDeleteMethod = @"DELETE" |
| NSString *const | ARHTTPPutMethod = @"PUT" |
| NSString *const | ARHTTPPostMethod = @"POST" |
| NSString *const | ARHTTPHeadMethod = @"HEAD" |
| NSString* const ARHTTPDeleteMethod = @"DELETE" |
Definition at line 28 of file ARHTTPMethods.m.
| NSString* const ARHTTPGetMethod = @"GET" |
Definition at line 27 of file ARHTTPMethods.m.
| NSString* const ARHTTPHeadMethod = @"HEAD" |
Definition at line 31 of file ARHTTPMethods.m.
| NSString* const ARHTTPPostMethod = @"POST" |
Definition at line 30 of file ARHTTPMethods.m.
| NSString* const ARHTTPPutMethod = @"PUT" |
Definition at line 29 of file ARHTTPMethods.m.
1.8.2