The possible HTTP readstates
            
 
    Namespace: 
   Crosser.Server.Modules.Protocol.HTTP
    Assembly:
   Crosser.Server (in Crosser.Server.dll) Version: 0.0.5
 Syntax
Syntax Members
Members|  | Member name | Value | Description | 
|---|
|  | INIT | 0 | Start reading a new frame | 
|  | G | 1 | Start of [G]ET | 
|  | GE | 2 | Continue [GE]T | 
|  | GET | 3 | Complete [GET] | 
|  | P | 4 | Start of [P]OST | 
|  | PO | 5 | Continue [PO]ST | 
|  | POS | 6 | Continue [POS]T | 
|  | POST | 7 | Completed [POST] | 
|  | O | 8 | OPTIONS => Rest of value handled inline | 
|  | EOS | 9 | End of Stream | 
|  | PROTOCOL_ERROR | 10 | Error, will close connection | 
|  | CLOSING | 11 | Close/Dispose | 
|  | WEBSOCKET | 12 | Upgrading to WebSockets | 
 See Also
See Also