mirror of
https://github.com/TeaOSLab/EdgeNode.git
synced 2025-12-16 07:46:36 +08:00
WAF在输出内容时也加入自定义的响应报头
This commit is contained in:
@@ -38,6 +38,9 @@ type Request interface {
|
||||
// Format 格式化变量
|
||||
Format(string) string
|
||||
|
||||
// ProcessResponseHeaders 处理响应Header
|
||||
ProcessResponseHeaders(headers http.Header, status int)
|
||||
|
||||
// DisableAccessLog 在当前请求中不使用访问日志
|
||||
DisableAccessLog()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user