From 00d8e66cb7ec5bae502a6c29643399cd22300f8f Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Sun, 1 Jan 2017 19:21:21 +0000 Subject: [PATCH] add encoding section --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ed6ed48..106a961 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,8 @@ response := new(proto.Response) err := client.Call(context.TODO(), request, response) ``` +Look at http_test.go for detailed use. + ### Encoding Default protobuf with content-type application/proto @@ -55,4 +57,3 @@ Json with content-type application/json client.NewJsonRequest("service", "/path", jsonRequest{}) ``` -Look at http_test.go for detailed use.