Skip to content

Commit e1a871f

Browse files
committed
readme update
1 parent 965af26 commit e1a871f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Simple HTTP and REST client for Go inspired by Ruby rest-client.
2020
* Choose between HTTP and RESTful mode. Default is RESTful
2121
* `HTTP` - default upto 10 redirects and no automaic response unmarshal
2222
* `RESTful` - default no redirects and automatic response unmarshal for `JSON` & `XML`
23-
* Client settings like Timeout, RedirectPolicy and TLSClientConfig. *(Proxy support - upcoming)*
23+
* Client settings like Timeout, RedirectPolicy, Proxy and TLSClientConfig
2424
* Client API design
2525
* Have client level settings & options and also override at Request level if you want to
2626
* [Request](https://godoc.org/github.com/go-resty/resty#Client.OnBeforeRequest) and [Response](https://godoc.org/github.com/go-resty/resty#Client.OnAfterResponse) middleware

0 commit comments

Comments
 (0)