1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-16 11:13:31 +00:00
Commit Graph

13 Commits

Author SHA1 Message Date
astaxie
0f170a80da update the comments fix #658 2014-06-25 10:39:37 +08:00
CurveSoft
bd537554ea 1.gofmt httplib.go httplib_test.go
2.replace test url to http://httpbin.org functions
2014-06-04 21:04:50 +08:00
CurveSoft
ebb3b91df9 1、增加cookiejar支持
2、增加Setting结构,便于统一设置请求参数
3、增加服务端测试php脚本
2014-06-03 21:20:10 +08:00
toby.zxj
f4e7d63e65 httplib support to set the protocol version for incoming requests 2014-05-17 02:26:51 +08:00
astaxie
14688f240f httplib:support file upload 2014-05-17 02:26:51 +08:00
astaxie
c188cbbcb4 update all files License 2014-05-17 02:26:50 +08:00
slene
828235b4c1 httplib support set transport and proxy 2014-03-12 15:56:04 +08:00
傅小黑
cb876268b5 add comments for httplib package. 2013-12-27 17:11:39 +08:00
1fei
0269a66940 Update httplib.go
httplib针对的是客户端的http请求,所以应该用"Cookie",而不是"Set_Cookie"
2013-12-19 16:29:46 +08:00
astaxie
3c92cce9f4 update httplib to support setcookie 2013-12-12 15:23:17 +08:00
astaxie
efd285a6c4 update httplib support https 2013-12-10 22:01:50 +08:00
Pengfei Xue
3fce78c7cd there is no need to check if b.params is nil 2013-11-28 13:52:24 +08:00
astaxie
4ecb9cc30b move httplib from beego to beego/httplib safemap support get all items 2013-08-06 16:13:45 +08:00