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

This commit is contained in:
GoEdgeLab
2020-11-02 21:15:39 +08:00
parent 8cd370ee69
commit faadea7c73

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,