syntax = "proto3"; option go_package = "/pb"; package pb; message Req { string method = 1; string path = 2; bytes body = 3; }