|
|
b2aa59d893
|
import third-party library json-iterator to improve the performance for json operations
|
2020-06-17 21:16:25 +08:00 |
|
|
|
4d38b508a3
|
improve gvar by changig gvar.Var from type struct to interface
|
2020-06-16 17:38:05 +08:00 |
|
|
|
c3ffa40bad
|
improve Response/ResponseWriter by implementing http.Flusher for package ghttp
|
2020-06-15 23:36:20 +08:00 |
|
|
|
ca5f14c366
|
comment updates for package gtcp
|
2020-06-15 22:51:44 +08:00 |
|
|
|
1d609fc5c7
|
fix issue in unit testing case for package ghttp
|
2020-06-13 14:52:36 +08:00 |
|
|
|
95bd369959
|
improve function GetClientIp for ghttp.Request
|
2020-06-11 18:47:56 +08:00 |
|
|
|
a433890097
|
Merge pull request #721 from kuiye/master
add get client realIp
|
2020-06-11 18:45:42 +08:00 |
|
|
|
89e122cd31
|
marge getip func
|
2020-06-11 09:49:16 +08:00 |
|
|
|
fb1b0bfd88
|
example update for package g/garray/gmap/gset/ghttp
|
2020-06-10 19:47:25 +08:00 |
|
|
|
3138ad10ec
|
add get client realIp
|
2020-06-10 10:44:41 +08:00 |
|
|
|
0290de2360
|
improve dump feature for ghttp.Request
|
2020-06-09 20:46:04 +08:00 |
|
|
|
4f699af051
|
improve pointer type convertion for package gconv
|
2020-06-09 14:19:23 +08:00 |
|
|
|
f33753e0cd
|
add example for package ghttp/glog
|
2020-06-08 20:21:35 +08:00 |
|
|
|
ac71e1d753
|
rename Dump to RawDump for ghttp.ClientResponse
|
2020-06-08 19:26:14 +08:00 |
|
|
|
cbf465eeea
|
improve body interface implements for ghttp.Reqest/Response
|
2020-06-06 13:34:58 +08:00 |
|
|
|
cc4c49b5b0
|
add unit testing case for pointer attribute mapping for function Parse
|
2020-06-06 10:09:19 +08:00 |
|
|
|
ef1d9a561c
|
improve the route feature for ghttp.Server
|
2020-06-03 00:09:51 +08:00 |
|
|
|
6889542801
|
improve package guid
|
2020-05-27 11:26:05 +08:00 |
|
|
|
f05f855c07
|
improve default max header bytes from 1KB to 10KB for ghttp.Server
|
2020-05-21 20:10:38 +08:00 |
|
|
|
bc5f773ba6
|
make WriteTimeout default to 0 for ghttp.Server
|
2020-05-19 19:16:47 +08:00 |
|
|
|
55308cc37c
|
improve package gipv4 by formating the value retrieving fuctions to Get*
|
2020-05-18 23:50:31 +08:00 |
|
|
|
38111a64e3
|
improve files listing for ghttp.Server
|
2020-05-18 20:09:00 +08:00 |
|
|
|
c98234d3e6
|
improve session feature by allowing custom session id creating function for ghttp.Server
|
2020-05-17 14:33:27 +08:00 |
|
|
|
45a94d23d5
|
improve session feature by allowing custom session id creating function for ghttp.Server
|
2020-05-17 14:33:21 +08:00 |
|
|
|
991dbe50e0
|
add more functions for package gipv4; move package guuid to standalone package of gogf
|
2020-05-16 15:35:21 +08:00 |
|
|
|
3c35bb85ee
|
improve unit testing cases for package gi18n/ghttp
|
2020-05-13 19:35:56 +08:00 |
|
|
|
feff3ddce3
|
comment update for package ghttp
|
2020-05-09 19:19:42 +08:00 |
|
|
|
5d21148657
|
comment updates for package ghttp
|
2020-05-07 23:05:33 +08:00 |
|
|
|
770653fafa
|
enable the route dump for unit testing of logging feature for ghttp.Server
|
2020-05-05 00:09:39 +08:00 |
|
|
|
0c021b6da7
|
add unit testing case of status handler feature for ghttp.Server
|
2020-05-05 00:01:09 +08:00 |
|
|
|
5f8e6ad9ed
|
comment update for package ghttp
|
2020-05-01 03:31:04 +08:00 |
|
|
|
45170bc53e
|
add ClientMaxBodySize configuration for ghttp.Server
|
2020-04-30 20:37:09 +08:00 |
|
|
|
b79ff84c6f
|
add struct slice conversion for request parameters for ghttp.Request; improve package gconv
|
2020-04-30 16:53:47 +08:00 |
|
|
|
1e844d505a
|
comment update for package ghttp/gconv; readme update
|
2020-04-29 00:14:29 +08:00 |
|
|
|
1eeeeb853e
|
improve unit testing case of error logging for ghttp.Server
|
2020-04-28 15:21:17 +08:00 |
|
|
|
6e7224e306
|
improve error handling for gconv.Struct/ghttp.Server; add NewSkip/NewfSkip function for package gerror
|
2020-04-28 15:04:07 +08:00 |
|
|
|
e01bfa05c3
|
listening ports change for unit testing cases of ghttp.Server
|
2020-04-26 17:13:48 +08:00 |
|
|
|
231238c157
|
improve parameter handing for ghttp.Request
|
2020-04-26 17:08:07 +08:00 |
|
|
|
7edec099ab
|
improve raw request/response content dump for ghttp.Client
|
2020-04-24 00:00:52 +08:00 |
|
|
|
7af30df494
|
Merge branch 'master' into master
|
2020-04-23 22:57:23 +08:00 |
|
|
|
f026686fda
|
fix issue in dupicated expiration handling in response cookies og ghttp.Client
|
2020-04-23 21:12:32 +08:00 |
|
|
|
010e2f951a
|
downgrade the required golang version from v1.13 to v1.11
|
2020-04-23 20:38:25 +08:00 |
|
|
|
1e19f447d1
|
improve ghttp.Client in context handling
|
2020-04-23 20:23:23 +08:00 |
|
|
|
8cc378331d
|
add one unit testing case for ghttp.Server
|
2020-04-23 20:10:10 +08:00 |
|
|
|
8779a3f211
|
add function Walk for package garray; improve comment for package garray
|
2020-04-18 13:30:49 +08:00 |
|
|
|
c10149baa0
|
fix issue in stack trace for package gdebug; improve package gsmtp
|
2020-04-18 10:17:54 +08:00 |
|
|
|
4f87668780
|
improve retry feature for ghttp.Client
|
2020-04-16 15:43:21 +08:00 |
|
|
|
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 |
|
|
|
e995bd8c9a
|
add unit testing cases of https feature for ghttp.Server
|
2020-04-15 09:55:44 +08:00 |
|
|
|
0515fc94cb
|
add MapMerge/MapMargeCopy functions for package gutil; improve template view feature for indefinite parameters
|
2020-04-14 21:11:12 +08:00 |
|