Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
jeevatkm committed Sep 24, 2015
1 parent 965af26 commit e1a871f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Simple HTTP and REST client for Go inspired by Ruby rest-client.
* Choose between HTTP and RESTful mode. Default is RESTful
* `HTTP` - default upto 10 redirects and no automaic response unmarshal
* `RESTful` - default no redirects and automatic response unmarshal for `JSON` & `XML`
* Client settings like Timeout, RedirectPolicy and TLSClientConfig. *(Proxy support - upcoming)*
* Client settings like Timeout, RedirectPolicy, Proxy and TLSClientConfig
* Client API design
* Have client level settings & options and also override at Request level if you want to
* [Request](https://godoc.org/github.com/go-resty/resty#Client.OnBeforeRequest) and [Response](https://godoc.org/github.com/go-resty/resty#Client.OnAfterResponse) middleware
Expand Down

0 comments on commit e1a871f

Please sign in to comment.