HttpMethod Type
These are the known HTTP methods. See http://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html
Union cases
| Union case | Description |
Full Usage:
CONNECT
|
|
Full Usage:
DELETE
|
|
Full Usage:
GET
|
|
Full Usage:
HEAD
|
|
Full Usage:
OPTIONS
|
|
Full Usage:
OTHER string
Parameters:
string
|
|
Full Usage:
PATCH
|
|
Full Usage:
POST
|
|
Full Usage:
PUT
|
|
Full Usage:
TRACE
|
Instance members
| Instance member | Description |
Full Usage:
this.IsCONNECT
Returns: bool
|
|
Full Usage:
this.IsDELETE
Returns: bool
|
|
Full Usage:
this.IsGET
Returns: bool
|
|
Full Usage:
this.IsHEAD
Returns: bool
|
|
Full Usage:
this.IsOPTIONS
Returns: bool
|
|
Full Usage:
this.IsOTHER
Returns: bool
|
|
Full Usage:
this.IsPATCH
Returns: bool
|
|
Full Usage:
this.IsPOST
Returns: bool
|
|
Full Usage:
this.IsPUT
Returns: bool
|
|
Full Usage:
this.IsTRACE
Returns: bool
|
|