HttpRequestType Enumeration |
Namespace: Crosser.Server.Modules.Protocol.HTTP
public enum HttpRequestType
| Member name | Value | Description | |
|---|---|---|---|
| UNKNOWN | 0 | If the parser does not yet know of the type it will be UNKNOWN | |
| GET | 1 | A GET request | |
| POST | 2 | A POST request | |
| WEBSOCKET | 3 | A WebSockets request. This will start as a regular GET request and to later be upgraded to Websockets |