Versions in this module Expand all Collapse all v1 v1.0.2 Jan 1, 2019 Changes in this version + type OHttpConn struct + func NewOHttpConn(conn net.Conn) *OHttpConn + func (ohc *OHttpConn) Flush() + func (ohc *OHttpConn) Start(dealTime int, livetime int, userId string, cnc user.CallNewConnFunc) v1.0.1 Nov 28, 2018 Changes in this version + func Start() + type CallNewConn func(*conn.HttpConn) + type HttpServer struct + func NewHttpServer() *HttpServer + func (this *HttpServer) Start()