ActiveResourceKit  v1.2 (498.0)
 All Classes Files Functions Variables Typedefs Enumerator Properties Macros Pages
Variables
ARHTTPMethods.h File Reference
#import <Foundation/Foundation.h>
Include dependency graph for ARHTTPMethods.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Variables

NSString *const ARHTTPGetMethod
 
NSString *const ARHTTPDeleteMethod
 
NSString *const ARHTTPPutMethod
 
NSString *const ARHTTPPostMethod
 
NSString *const ARHTTPHeadMethod
 

Variable Documentation

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.