Enum HttpVerb
Enumerates the different HTTP Verbs.
Namespace: EmbedIO
Syntax
public enum HttpVerb
Fields
| Name | Description |
|---|---|
| Any | Wildcard Method |
| Delete | DELETE Method |
| Get | GET Method |
| Head | HEAD method |
| Options | OPTIONS method |
| Patch | PATCH method |
| Post | POST method |
| Put | PUT method |