Enum Http
enum for specifying a http verb
Namespace: FastEndpoints
Assembly: FastEndpoints.Attributes.dll
Syntax
public enum Http
Fields
Name | Description |
---|---|
CONNECT | establish a communication tunnel |
DELETE | remove a record |
GET | retrieve a record |
HEAD | retrieve only headers |
OPTIONS | retrieve communication options |
PATCH | partially update a record |
POST | create a record |
PUT | replace a record |
TRACE | perform a message loop-back test for debugging purposes |