update http client readme

This commit is contained in:
Asim Aslam 2018-11-23 14:25:46 +00:00 committed by Vasiliy Tolstov
parent 38ada730bb
commit 8cc5711289

View File

@ -2,7 +2,9 @@
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. ## Overview
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. It complies with the [go-micro.Client](https://godoc.org/github.com/micro/go-micro/client#Client) interface.
## Usage ## Usage