Versions in this module Expand all Collapse all v3 v3.0.1 Oct 15, 2025 Changes in this version + type Config struct + IdleTimeoutMillisecond time.Duration + IsOpenConnStateTraceLog bool + MaxHeaderBytes int + Port string + ReadHeaderTimeoutMillisecond time.Duration + ReadTimeoutMillisecond time.Duration + ShutdownTimeoutSecond int + WriteTimeoutMillisecond time.Duration + type Manager struct + func NewManager(configPath string, handler http.Handler) *Manager + func (m *Manager) Run(ctx context.Context) error + type Router interface + RegisterHandler func(*Manager) Other modules containing this package github.com/bpcoder16/Chestnut github.com/bpcoder16/Chestnut/v2