FMIceLinkHttpMethod Constants Reference
| Declared in | FMIceLinkHttpMethod.h | 
|---|
FMIceLinkHttpMethod
The method used by an HTTP request.
					Definition
typedef NS_ENUM(NSInteger, FMIceLinkHttpMethod ) {
                            
                               FMIceLinkHttpMethodGet = 1,
                            
                               FMIceLinkHttpMethodHead = 2,
                            
                               FMIceLinkHttpMethodPost = 3,
                            
                               FMIceLinkHttpMethodPut = 4,
                            
                               FMIceLinkHttpMethodPatch = 5,
                            
                               FMIceLinkHttpMethodDelete = 6,
                            
                            };
                    
                    Constants
FMIceLinkHttpMethodGet- 
Indicates a GET request.
Declared In
FMIceLinkHttpMethod.h. FMIceLinkHttpMethodHead- 
Indicates a HEAD request.
Declared In
FMIceLinkHttpMethod.h. FMIceLinkHttpMethodPost- 
Indicates a POST request.
Declared In
FMIceLinkHttpMethod.h. FMIceLinkHttpMethodPut- 
Indicates a PUT request.
Declared In
FMIceLinkHttpMethod.h. FMIceLinkHttpMethodPatch- 
Indicates a PATCH request.
Declared In
FMIceLinkHttpMethod.h. FMIceLinkHttpMethodDelete- 
Indicates a DELETE request.
Declared In
FMIceLinkHttpMethod.h. 
Declared In
FMIceLinkHttpMethod.h