Skip to content
This repository has been archived by the owner on Feb 7, 2021. It is now read-only.

Latest commit

 

History

History
10 lines (7 loc) · 684 Bytes

access_logging.md

File metadata and controls

10 lines (7 loc) · 684 Bytes

访问记录

HTTP 连接管理tcp 代理支持可扩展的访问记录,并拥有以下特性:

  • 可按每个 HTTP 连接管理或 tcp 代理记录任何数量的访问记录。
  • 异步 IO 架构。访问记录将永远不会阻塞主要的网络处理线程。
  • 可定制化的访问记录格式,可使用预制定的字段,更可使用任意的 HTTP request 以及 response。
  • 可定制化的访问记录过滤器,可允许不同类型的请求以及回复写入至不同的访问记录。

访问记录 配置