# Functions
NewConnection inits a new instance of Connection interface.
# Constants
BufferSize is size of buffer or body.
HeaderSize is size of header.
StatusConnected is status when the connection connected to server.
StatusConnecting is status when the connection is connecting to server.
StatusDisconnected is status when the connection closed.
StatusPrepare is status when the connection is setting up.
# Interfaces
Connection is a connection connects to Cloud Socket system.
# Type aliases
Status is status of connection.