# Functions
MeterConn inserts Meter into the connection pathif the linked logger is in debug mode,otherwise this is a no-op.
MeterRWC inserts Meter into the RWC pathif the linked logger is in debug mode,otherwise this is a no-op.
NewHTTPServer creates a new HTTPServer.
NewMeter to measure readers/writers.
NewRWCConn converts a RWC into a net.Conn.
NewWebSocketConn converts a websocket.Conn into a net.Conn.
# Structs
ConnCount is a connection counter.
HTTPServer extends net/http Server andadds graceful shutdowns.
Meter can be inserted in the path orof a reader or writer to measure thethroughput.