v0.12.0 tcp and http server sinks added antested, no tls or access control

This commit is contained in:
2026-01-04 17:21:08 -05:00
parent 61d0269dcf
commit 5353367e4f
10 changed files with 1061 additions and 15 deletions
+8
View File
@@ -0,0 +1,8 @@
package http
import "time"
const (
HttpServerStartTimeout = 100 * time.Millisecond
HttpServerShutdownTimeout = 2 * time.Second
)