BaseHttpServerConnection.Upgrade

Undocumented in source.
class BaseHttpServerConnection
struct Upgrade {}

Members

Variables

conn
IConnection conn;

The connection.

initialData
DataVec initialData;

Any data that came after the request. It is almost surely part of the protocol being upgraded to, so it should be parsed as such.

Meta