访问日志实现记录requestBody

This commit is contained in:
GoEdgeLab
2021-12-07 14:57:33 +08:00
parent 4a47acc61c
commit 5c3fa95f42
2 changed files with 104 additions and 93 deletions

View File

@@ -25,6 +25,7 @@ message HTTPAccessLog {
double requestTime = 13;
string requestMethod = 14;
string requestFilename = 15;
bytes requestBody = 51;
string scheme = 16;
string proto = 17;
int64 bytesSent = 18;