mirror of
https://github.com/TeaOSLab/EdgeNode.git
synced 2025-11-06 10:00:25 +08:00
实现点击访问日志显示详情窗口
This commit is contained in:
@@ -104,7 +104,7 @@ func (this *HTTPRequest) log() {
|
||||
Referer: referer,
|
||||
UserAgent: userAgent,
|
||||
Request: this.requestString(),
|
||||
ContentType: this.requestContentType(),
|
||||
ContentType: this.writer.Header().Get("Content-Type"),
|
||||
Cookie: cookies,
|
||||
Args: queryString,
|
||||
QueryString: queryString,
|
||||
|
||||
Reference in New Issue
Block a user