Commit 98d1f79c authored by slene's avatar slene

Merge pull request #359 from wangkechun/patch-1

Update README.md
parents efd285a6 c3fcc729
......@@ -46,9 +46,9 @@ if you want to debug the request info, set the debug on
httplib.Get("").Debug(true)
## support HTTPS client
if request url is https. You can set the client support tsl:
if request url is https. You can set the client support tls:
httplib.SetTLSClientConfig(&tls.Config{InsecureSkipVerify: true})
more info about the tls.Config please visit http://golang.org/pkg/crypto/tls/#Config
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment