实现点击访问日志显示详情窗口

This commit is contained in:
刘祥超
2020-11-02 21:15:39 +08:00
parent d1dbe44485
commit 229253898c

View File

@@ -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,