# Functions
NewHttp returns a new instance of *Http.
NewMockSocket returns a new instance of a mock socket server.
NewSocket will return a new instance of a log server.
# Structs
Conn is a wrapped net.Conn.
Http implements transport.Server interface.
MockSocket is a socket server using a net.Pipe internally.
Socket handles socket connections.