This commit is contained in:
Zheng Kai
2023-04-27 16:02:58 +08:00
parent 92b017d0e1
commit 894b62bf29
10 changed files with 101 additions and 63 deletions

View File

@@ -4,6 +4,7 @@ package pb;
message Req {
string method = 1;
string path = 2;
bytes body = 3;
string url = 2;
string contentType = 3;
bytes body = 4;
}