HttpRequest.HttpMethod Enum   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Http methods.
public enum HttpRequest.HttpMethod
	type HttpRequest.HttpMethod = 
	Public Enum HttpRequest.HttpMethod
		- Inheritance
 - 
				HttpRequest.HttpMethod
 
Fields
| Name | Value | Description | 
|---|---|---|
| GET | 0 | Http GET.  | 
			
| POST | 1 | Http POST.  | 
			
| PATCH | 2 | Http PATCH.  | 
			
| PUT | 3 | Http PUT.  | 
			
| DELETE | 4 | Http DELETE.  | 
			
| HEAD | 5 | Http HEAD.  |