Commit Graph

290 Commits

Author SHA1 Message Date
John
ef1d9a561c improve the route feature for ghttp.Server 2020-06-03 00:09:51 +08:00
John
6889542801 improve package guid 2020-05-27 11:26:05 +08:00
John
f05f855c07 improve default max header bytes from 1KB to 10KB for ghttp.Server 2020-05-21 20:10:38 +08:00
John
bc5f773ba6 make WriteTimeout default to 0 for ghttp.Server 2020-05-19 19:16:47 +08:00
John
55308cc37c improve package gipv4 by formating the value retrieving fuctions to Get* 2020-05-18 23:50:31 +08:00
John
38111a64e3 improve files listing for ghttp.Server 2020-05-18 20:09:00 +08:00
john
c98234d3e6 improve session feature by allowing custom session id creating function for ghttp.Server 2020-05-17 14:33:27 +08:00
john
45a94d23d5 improve session feature by allowing custom session id creating function for ghttp.Server 2020-05-17 14:33:21 +08:00
john
991dbe50e0 add more functions for package gipv4; move package guuid to standalone package of gogf 2020-05-16 15:35:21 +08:00
John
3c35bb85ee improve unit testing cases for package gi18n/ghttp 2020-05-13 19:35:56 +08:00
John
feff3ddce3 comment update for package ghttp 2020-05-09 19:19:42 +08:00
john
5d21148657 comment updates for package ghttp 2020-05-07 23:05:33 +08:00
John
770653fafa enable the route dump for unit testing of logging feature for ghttp.Server 2020-05-05 00:09:39 +08:00
John
0c021b6da7 add unit testing case of status handler feature for ghttp.Server 2020-05-05 00:01:09 +08:00
John
5f8e6ad9ed comment update for package ghttp 2020-05-01 03:31:04 +08:00
John
45170bc53e add ClientMaxBodySize configuration for ghttp.Server 2020-04-30 20:37:09 +08:00
John
b79ff84c6f add struct slice conversion for request parameters for ghttp.Request; improve package gconv 2020-04-30 16:53:47 +08:00
John
1e844d505a comment update for package ghttp/gconv; readme update 2020-04-29 00:14:29 +08:00
John
1eeeeb853e improve unit testing case of error logging for ghttp.Server 2020-04-28 15:21:17 +08:00
John
6e7224e306 improve error handling for gconv.Struct/ghttp.Server; add NewSkip/NewfSkip function for package gerror 2020-04-28 15:04:07 +08:00
John
e01bfa05c3 listening ports change for unit testing cases of ghttp.Server 2020-04-26 17:13:48 +08:00
John
231238c157 improve parameter handing for ghttp.Request 2020-04-26 17:08:07 +08:00
John
7edec099ab improve raw request/response content dump for ghttp.Client 2020-04-24 00:00:52 +08:00
John Guo
7af30df494
Merge branch 'master' into master 2020-04-23 22:57:23 +08:00
John
f026686fda fix issue in dupicated expiration handling in response cookies og ghttp.Client 2020-04-23 21:12:32 +08:00
John
010e2f951a downgrade the required golang version from v1.13 to v1.11 2020-04-23 20:38:25 +08:00
John
1e19f447d1 improve ghttp.Client in context handling 2020-04-23 20:23:23 +08:00
John
8cc378331d add one unit testing case for ghttp.Server 2020-04-23 20:10:10 +08:00
John
8779a3f211 add function Walk for package garray; improve comment for package garray 2020-04-18 13:30:49 +08:00
John
c10149baa0 fix issue in stack trace for package gdebug; improve package gsmtp 2020-04-18 10:17:54 +08:00
John
4f87668780 improve retry feature for ghttp.Client 2020-04-16 15:43:21 +08:00
John
362e380ada improve SetConfigWithMap function for package ghttp/glog/gview; reveal some logger functions for default logger of package glog 2020-04-15 11:04:39 +08:00
John
e995bd8c9a add unit testing cases of https feature for ghttp.Server 2020-04-15 09:55:44 +08:00
John
0515fc94cb add MapMerge/MapMargeCopy functions for package gutil; improve template view feature for indefinite parameters 2020-04-14 21:11:12 +08:00
John
b17e3a6804 improve package gset 2020-04-13 23:44:43 +08:00
linx
9160bee1af change comments 2020-04-11 12:16:53 +08:00
linx
e64fd088b9 fix when no response 2020-04-08 20:11:06 +08:00
linx
15672e7a09 #591 add Raw* method in ClientResponse to get request and response string 2020-04-08 19:24:03 +08:00
John
82125416a2 comment update for package ghttp 2020-04-06 22:31:45 +08:00
John
2c1e2155e3 improve function Server.Handler for package ghttp 2020-04-06 20:29:35 +08:00
John
2d30a53c3a remove function From for package gdb; add function g.Table; add ServeHTTP interface implements for ghttp.Server 2020-04-04 22:46:52 +08:00
John
e7f1bd692b remove Content-Type header set in Response.WriteStatus for package ghttp 2020-04-03 14:16:26 +08:00
John
7bcc596308 add GetVar function for package genv; add DryRun feature for package gdb 2020-04-02 20:52:37 +08:00
John Guo
be2d4b080e
Merge pull request #601 from bdliyq/master
Get ghttp a chance to add custom host.
2020-04-01 19:55:25 +08:00
John
3c23766674 readme update 2020-04-01 18:05:17 +08:00
yqiangli
718089fc11 Get ghttp a chance to add custom host. 2020-03-31 23:28:21 +08:00
yqiangli
8ab44dcb44 Get ghttp a chance to add custom host. 2020-03-31 21:50:15 +08:00
John
343126ef22 fix usage for garray.PopRand 2020-03-30 20:56:00 +08:00
John
05760d1eac fix usage for garray.PopRand 2020-03-30 20:47:50 +08:00
John
6059782de8 add unit testing case of basic auth for ghttp.Client; remove intlog for New function of package gspath 2020-03-29 19:36:49 +08:00