Skip to content

Commit

Permalink
Update PROTOCOL.md
Browse files Browse the repository at this point in the history
Use google/protobuf.
  • Loading branch information
mocax authored Feb 2, 2018
1 parent da5f789 commit e87649b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PROTOCOL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<encoded HelloRequest>
Expand All @@ -129,7 +129,7 @@ Content-Length: 27

```
HTTP/1.1 200 OK
Content-Type: application/x-protobuf
Content-Type: application/protobuf
Content-Length: 15
<encoded HelloResponse>
Expand Down

0 comments on commit e87649b

Please sign in to comment.