Versions in this module Expand all Collapse all v0 v0.12.1 Jul 3, 2025 v0.12.0 Apr 6, 2025 Changes in this version + func ReadBytes(ctx context.Context, conn *net.TCPConn, dest []byte) ([]byte, error) + type HttpHandler struct + func NewHttpHandler(timeout int) *HttpHandler + func (h *HttpHandler) Serve(ctx context.Context, lConn *net.TCPConn, pkt *packet.HttpRequest, ip string) + type HttpsHandler struct + func NewHttpsHandler(timeout int, windowSize int, allowedPatterns []*regexp.Regexp, exploit bool) *HttpsHandler + func (h *HttpsHandler) Serve(ctx context.Context, lConn *net.TCPConn, initPkt *packet.HttpRequest, ...)