You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ Simple HTTP and REST client for Go inspired by Ruby rest-client.
20
20
* Choose between HTTP and RESTful mode. Default is RESTful
21
21
*`HTTP` - default upto 10 redirects and no automaic response unmarshal
22
22
*`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
24
24
* Client API design
25
25
* Have client level settings & options and also override at Request level if you want to
26
26
*[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