Click or drag to resize

HttpState Enumeration

The possible HTTP readstates

Namespace:  Crosser.Server.Modules.Protocol.HTTP
Assembly:  Crosser.Server (in Crosser.Server.dll) Version: 0.0.5
Syntax
C#
public enum HttpState
Members
  Member nameValueDescription
INIT0 Start reading a new frame
G1 Start of [G]ET
GE2 Continue [GE]T
GET3 Complete [GET]
P4 Start of [P]OST
PO5 Continue [PO]ST
POS6 Continue [POS]T
POST7 Completed [POST]
O8 OPTIONS => Rest of value handled inline
EOS9 End of Stream
PROTOCOL_ERROR10 Error, will close connection
CLOSING11 Close/Dispose
WEBSOCKET12 Upgrading to WebSockets
See Also