Versions in this module Expand all Collapse all v0 v0.0.1 Apr 18, 2024 Changes in this version + type Connection struct + func NewConnection(config *config.Config, writer http.ResponseWriter, request *http.Request) (*Connection, error) + func (c *Connection) Run() error + type Server struct + func NewServer(cfg *config.Config) *Server + func (s *Server) Run() error + func (s *Server) Stop() error