- 新增 HTTP/3 (QUIC) 服务器支持,集成到 App 生命周期管理 - 新增 nginx 内置变量速查表文档 - 完善多篇 nginx 文档(代理、安全、流、限流、HTTP/2/3、核心事件) - 新增一致性哈希负载均衡、gzip_static、滑动窗口限流中间件 - 扩展配置支持 HTTP/3 和日志格式选项 Co-Authored-By: Claude <noreply@anthropic.com>
27 lines
755 B
Modula-2
27 lines
755 B
Modula-2
module rua.plus/lolly
|
|
|
|
go 1.26.1
|
|
|
|
require (
|
|
github.com/andybalholm/brotli v1.2.0
|
|
github.com/fasthttp/router v1.5.4
|
|
github.com/klauspost/compress v1.18.2
|
|
github.com/quic-go/quic-go v0.59.0
|
|
github.com/rs/zerolog v1.35.0
|
|
github.com/valyala/fasthttp v1.69.0
|
|
golang.org/x/crypto v0.49.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.14 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/quic-go/qpack v0.6.0 // indirect
|
|
github.com/savsgio/gotils v0.0.0-20240704082632-aef3928b8a38 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
golang.org/x/net v0.51.0 // indirect
|
|
golang.org/x/sys v0.42.0 // indirect
|
|
golang.org/x/text v0.35.0 // indirect
|
|
)
|