add a Log

This commit is contained in:
Jeff Carr 2025-09-08 12:42:37 -05:00
parent 09c36a87b3
commit eaf3e1d5a7
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ message HttpRequest { // HttpRequest repre
int64 clientDataLen = 12; // len(body) int64 clientDataLen = 12; // len(body)
bytes serverData = 13; // the server response bytes serverData = 13; // the server response
int64 serverDataLen = 14; // len(data) int64 serverDataLen = 14; // len(data)
repeated string log = 15; // use this to store whatever you want while the whole POST happens
} }
message HttpRequests { // `autogenpb:marshal` `autogenpb:mutex` message HttpRequests { // `autogenpb:marshal` `autogenpb:mutex`