proxy-go/go.mod
wood chen 0446eb1c53 feat(proxy): Optimize HTTP transport and timeout configurations
- Increase connection pool and idle connection limits
- Extend timeout durations for more robust network handling
- Configure HTTP/2 transport with enhanced performance settings
- Add HTTP/2-specific optimizations and security constraints
2025-02-15 08:59:20 +08:00

14 lines
194 B
Modula-2

module proxy-go
go 1.23.1
require (
github.com/andybalholm/brotli v1.1.1
golang.org/x/time v0.9.0
)
require (
golang.org/x/net v0.35.0 // indirect
golang.org/x/text v0.22.0 // indirect
)