mirror of
https://github.com/woodchen-ink/proxy-go.git
synced 2025-07-18 08:31:55 +08:00
- 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
14 lines
194 B
Modula-2
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
|
|
)
|