mirror of
https://github.com/infinite-iroha/touka.git
synced 2026-06-13 15:47:38 +08:00
feat: add built-in reverse proxy support
Provide an RFC-aware reverse proxy handler so Touka services can forward normal, streaming, and upgraded HTTP traffic without leaving the framework. Document the new API and proxy-chain behavior so deployments behind other gateways preserve forwarding metadata correctly.
This commit is contained in:
parent
e5400c2da7
commit
764a764720
7 changed files with 1540 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ Touka(灯花) 是一个基于 Go 语言构建的多层次、高性能 Web 框架
|
|||
- **[中间件 (middleware.md)](docs/middleware.md)**
|
||||
- **[统一错误处理 (error-handling.md)](docs/error-handling.md)**
|
||||
- **[静态文件与资源 (static-files.md)](docs/static-files.md)**
|
||||
- **[反向代理 (reverse-proxy.md)](docs/reverse-proxy.md)**
|
||||
- **[Server-Sent Events (sse.md)](docs/sse.md)**
|
||||
- **[高级特性与优化 (advanced.md)](docs/advanced.md)**
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue