Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
B
beego
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
beego
Commits
98d1f79c
Commit
98d1f79c
authored
Dec 11, 2013
by
slene
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #359 from wangkechun/patch-1
Update README.md
parents
efd285a6
c3fcc729
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
README.md
httplib/README.md
+2
-3
No files found.
httplib/README.md
View file @
98d1f79c
...
...
@@ -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 t
sl
:
if request url is https. You can set the client support t
ls
:
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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment