mirror of
https://github.com/astaxie/beego.git
synced 2024-11-22 12:30:54 +00:00
Update README.md
This commit is contained in:
parent
efd285a6c4
commit
c3fcc72969
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user