# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
EncryptPublic is a flag saying message is encrypted by public key (RSA).
EncryptSymmetric is a flag saying message is encrypted by symmetric key (DES).
ZippedRequest is a flag saying request is gzipped.
ZippedResponse is a flag saying response can be gzipped.
# Variables
HeaderOffsets holds information about header offset lengths.
# Structs
Channel wraps user connection.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Packet represents application level data.
No description provided by the author