ActiveResourceKit  v1.2 (498.0)
 All Classes Files Functions Variables Typedefs Enumerator Properties Macros Pages
Variables
ARHTTPMethods.m File Reference
#import "ARHTTPMethods.h"
Include dependency graph for ARHTTPMethods.m:

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"
 

Variable Documentation

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.