fix: base64 encode details header (#345)

This commit is contained in:
Lucio Franco
2020-05-07 15:31:26 -04:00
committed by GitHub
parent 68d2ab3339
commit e683ffef1f
7 changed files with 100 additions and 3 deletions
+10
View File
@@ -0,0 +1,10 @@
syntax = "proto3";
package test;
service Test {
rpc UnaryCall(Input) returns (Output);
}
message Input {}
message Output {}