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