mirror of
https://gitee.com/samwaf/SamWaf.git
synced 2025-12-06 14:59:18 +08:00
8 lines
127 B
Go
8 lines
127 B
Go
package innerbean
|
|
|
|
// WafHttpContextData 上下文信息
|
|
type WafHttpContextData struct {
|
|
Weblog *WebLog
|
|
HostCode string
|
|
}
|