98d1f79c by slene

Merge pull request #359 from wangkechun/patch-1

Update README.md
2 parents efd285a6 c3fcc729
...@@ -46,7 +46,7 @@ if you want to debug the request info, set the debug on ...@@ -46,7 +46,7 @@ if you want to debug the request info, set the debug on
46 httplib.Get("").Debug(true) 46 httplib.Get("").Debug(true)
47 47
48 ## support HTTPS client 48 ## support HTTPS client
49 if request url is https. You can set the client support tsl: 49 if request url is https. You can set the client support tls:
50 50
51 httplib.SetTLSClientConfig(&tls.Config{InsecureSkipVerify: true}) 51 httplib.SetTLSClientConfig(&tls.Config{InsecureSkipVerify: true})
52 52
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!