Enum Http
enum for specifying a http verb
Namespace: FastEndpoints
Assembly: FastEndpoints.Attributes.dll
Syntax
public enum Http
Fields
Name | Description |
---|---|
DELETE | remove a record |
GET | retrieve a record |
HEAD | retrieve only headers |
PATCH | partially update a record |
POST | create a record |
PUT | replace a record |