1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-28 16:14:12 +00:00

Update README.md

This commit is contained in:
e纯 2013-12-11 20:50:41 +08:00
parent efd285a6c4
commit c3fcc72969

View File

@ -46,7 +46,7 @@ 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})