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 |
|
John
|
4844eea0ab
|
add convenience function g.Client for ghttp.Client
|
2020-03-29 09:52:37 +08:00 |
|
John
|
ddcb7121c1
|
improve temporary path producing from gfile.Join to gfile.TempDir
|
2020-03-28 00:41:12 +08:00 |
|
John
|
fa8257c85b
|
improve ghttp.Client
|
2020-03-25 17:13:05 +08:00 |
|
John
|
abb9c88c23
|
improve ghttp.Client
|
2020-03-25 15:17:18 +08:00 |
|
John
|
f89976cad5
|
improve ghttp.Client
|
2020-03-25 15:09:13 +08:00 |
|
John
|
75054ee109
|
fix issue in rebinding feature for grou router of ghttp.Server
|
2020-03-24 19:48:10 +08:00 |
|
John
|
75c081afc9
|
fix issue of char '/' in URL.Path handling of ghttp.Server
|
2020-03-23 20:57:34 +08:00 |
|
John
|
41a9e91b4c
|
improve example for package gpage
|
2020-03-21 23:13:31 +08:00 |
|
John
|
c2966817ce
|
improve function gdebug.TestDataPath and update all usage codes
|
2020-03-21 19:41:05 +08:00 |
|
John
|
16958413bb
|
improve autoencode feature for package gview
|
2020-03-21 19:31:58 +08:00 |
|
John
|
c0a0913d4b
|
add more unit testing case for template feature of ghttp.Server
|
2020-03-21 13:45:33 +08:00 |
|
John
|
6d47810782
|
improve context feature for ghttp.Request; improve comment for package gjson
|
2020-03-21 13:32:43 +08:00 |
|
John
|
7a9ea2e546
|
improve context feature for ghttp.Request
|
2020-03-20 23:22:32 +08:00 |
|
John
|
f18e6f078c
|
improve unit testing cases
|
2020-03-20 08:49:40 +08:00 |
|
John
|
07e65c14a9
|
improve unit testing cases
|
2020-03-19 23:53:03 +08:00 |
|
John
|
0b6d04485e
|
improve unit testing cases
|
2020-03-19 22:56:12 +08:00 |
|
John
|
36401a063d
|
improve gutil.Dump, improve sqlite file searching when opening db file
|
2020-03-19 13:38:42 +08:00 |
|
John
|
33ae93e050
|
improve CORS feature for ghttp.Server
|
2020-03-17 17:46:43 +08:00 |
|
John
|
f3d859159d
|
improve router group for duplicated router registering for package ghttp.Server
|
2020-03-17 14:48:52 +08:00 |
|
John
|
9f0548c03d
|
improve testdata directory retrieving for unit testing cases
|
2020-03-16 22:47:39 +08:00 |
|
John
|
8230c72ec6
|
improve file uploading feature for ghttp.Request
|
2020-03-15 20:11:38 +08:00 |
|