update http client readme

This commit is contained in:
Asim Aslam 2017-01-01 18:43:29 +00:00 committed by Vasiliy Tolstov
parent 742cc21111
commit 8934ef9162

View File

@ -3,6 +3,7 @@
This plugin is a http client for go-micro. This plugin is a http client for go-micro.
The http client wraps net/http to provide a robust go-micro client with service discovery, load balancing and streaming. The http client wraps net/http to provide a robust go-micro client with service discovery, load balancing and streaming.
It complies with the [go-micro.Client](https://godoc.org/github.com/micro/go-micro/client#Client) interface.
## Usage ## Usage