MethodUnion
PackageAxial.HttpClient
Identifies one HTTP request method.
Specification
Kind
Union
Members
16
Examples
0
IsCustomSignature
this.IsCustom
IsHeadSignature
this.IsHead
IsPostSignature
this.IsPost
IsOptionsSignature
this.IsOptions
IsDeleteSignature
this.IsDelete
Summary
| Name | Signature | Synopsis |
|---|---|---|
| IsCustom | this.IsCustom | No description available. |
| IsHead | this.IsHead | No description available. |
| IsPost | this.IsPost | No description available. |
| IsOptions | this.IsOptions | No description available. |
| IsDelete | this.IsDelete | No description available. |
| IsPatch | this.IsPatch | No description available. |
| IsPut | this.IsPut | No description available. |
| IsGet | this.IsGet | No description available. |
| Get | Get | No description available. |
| Head | Head | No description available. |
| Post | Post | No description available. |
| Put | Put | No description available. |
| Patch | Patch | No description available. |
| Delete | Delete | No description available. |
| Options | Options | No description available. |
| Custom | Custom name | No description available. |

