mercury.proto 106 B

123456
  1. syntax = "proto2";
  2. message Header {
  3. optional string uri = 0x01;
  4. optional string method = 0x03;
  5. }