From e87649b5c7bb2b0ab9d5aa0812e1acba79b4a759 Mon Sep 17 00:00:00 2001 From: mocax <35949852+mocax@users.noreply.github.com> Date: Thu, 1 Feb 2018 20:45:49 -0800 Subject: [PATCH] Update PROTOCOL.md Use google/protobuf. --- PROTOCOL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PROTOCOL.md b/PROTOCOL.md index 1d0e0d89..0c8908a2 100644 --- a/PROTOCOL.md +++ b/PROTOCOL.md @@ -108,7 +108,7 @@ message HelloResponse { ``` POST /twirp/example.echoer.Echo/Hello HTTP/1.1 Host: example.com -Content-Type: application/x-protobuf +Content-Type: application/protobuf Content-Length: 15 @@ -129,7 +129,7 @@ Content-Length: 27 ``` HTTP/1.1 200 OK -Content-Type: application/x-protobuf +Content-Type: application/protobuf Content-Length: 15