add a Log
This commit is contained in:
parent
09c36a87b3
commit
eaf3e1d5a7
|
@ -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`
|
||||||
|
|
Loading…
Reference in New Issue