6ae8bc1a by 陈小玉

Update README

1 parent e70537f8
...@@ -33,6 +33,7 @@ The default timeout is `60` seconds, function prototype: ...@@ -33,6 +33,7 @@ The default timeout is `60` seconds, function prototype:
33 SetTimeout(connectTimeout, readWriteTimeout time.Duration) 33 SetTimeout(connectTimeout, readWriteTimeout time.Duration)
34 34
35 Exmaple: 35 Exmaple:
36
36 // GET 37 // GET
37 httplib.Get("http://beego.me/").SetTimeout(100 * time.Second, 30 * time.Second) 38 httplib.Get("http://beego.me/").SetTimeout(100 * time.Second, 30 * time.Second)
38 39
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!