John
|
22e9965629
|
improve template view instance initialization for instance of ghttp.Server
|
2020-03-10 08:57:37 +08:00 |
|
John
|
2fabcb62a8
|
remove binary from git
|
2020-03-09 19:48:51 +08:00 |
|
John
|
e58d7e8dda
|
add internal log for gi18n; improve unit testing case for ghttp.Server
|
2020-02-28 23:00:05 +08:00 |
|
John
|
ef2a9f6fd1
|
fix issue in log paatern for ghttp.Server
|
2020-02-27 17:09:12 +08:00 |
|
John
|
a52b454d3e
|
add UploadFile feature for ghttp.Server
|
2020-02-26 00:48:27 +08:00 |
|
John
|
89f869dd44
|
remove internal logging for gsession.StorageFile; improve example codes for CORS feature of ghttp.Server
|
2020-02-16 23:00:42 +08:00 |
|
John
|
95411aff77
|
improve ghttp.Request for making the request body reusable for multiple times
|
2020-02-06 11:14:38 +08:00 |
|
John
|
b15075fdfe
|
fix issue in gconv.Struct* functions panic when converting attribute value is nil
|
2020-02-05 22:02:49 +08:00 |
|
John
|
7df53ff55e
|
rename all timestamp function names from *Second to Timestamp*
|
2020-01-20 14:14:11 +08:00 |
|
John
|
506552c3a9
|
example codes update; donator updates
|
2020-01-04 17:19:50 +08:00 |
|
John
|
2bacc77224
|
improve JSON/XML parsing feature for ghttp.Request
|
2020-01-04 15:35:21 +08:00 |
|
John
|
bc53f265af
|
improve gconv.Map/String
|
2020-01-03 20:23:10 +08:00 |
|
John
|
27b677b0c0
|
improve Map converting feature for gconv; improve package gproc for local shell searching; improve JSON/XML response for ghttp.Response
|
2020-01-02 19:45:41 +08:00 |
|
John
|
a5a0e381bd
|
add more examples for ghttp.Server
|
2020-01-01 16:45:43 +08:00 |
|
John
|
fe5d2e5685
|
improve parameter parsing feature for ghttp.Request
|
2020-01-01 14:18:00 +08:00 |
|
John
|
80c6ceaf26
|
fix issue 437
|
2019-12-25 21:22:06 +08:00 |
|
John
|
5db8851213
|
comment update for gtype
|
2019-12-20 23:23:50 +08:00 |
|
John
|
2e2363bb41
|
change routergroup parameter name 'g' to 'group' for unit testing cases of ghttp
|
2019-12-02 23:00:48 +08:00 |
|
John
|
2a2cfc289c
|
improve ghttp.Client
|
2019-12-01 14:07:36 +08:00 |
|
John
|
8bbeb186c2
|
add Exit feature for ghttp.Response
|
2019-11-30 20:41:53 +08:00 |
|
John
|
635f5d36fd
|
improve log feature of ghttp.Server; remove trace for Notice/Warning functions for glog
|
2019-11-15 22:50:31 +08:00 |
|
John
|
1becc4932c
|
add more functions for gtcp; remove default domain set for cookie feature of ghttp.Server
|
2019-11-14 15:41:28 +08:00 |
|
John
|
a3fd0c9a4a
|
improve session of file storage for ghttp.Server
|
2019-11-07 20:36:33 +08:00 |
|
John
|
ad7375b44b
|
improve configuration feature for ghttp.Server
|
2019-11-07 16:40:34 +08:00 |
|
John
|
0e62510c6f
|
improve configuration feature, add instance feature for package glog; add package guuid for UUID feature
|
2019-11-06 20:22:20 +08:00 |
|
John
|
6308380541
|
update example for uploading files feature for ghttp.Server
|
2019-11-06 10:39:59 +08:00 |
|
John
|
2609db1aec
|
improve file uploading feature for ghttp.Server
|
2019-11-05 19:47:35 +08:00 |
|
John
|
66355354fc
|
improve gfsnotify/gview and container
|
2019-10-31 23:37:33 +08:00 |
|
John
|
8b5ab846b2
|
improve unit test case for gmutex
|
2019-10-30 23:01:24 +08:00 |
|
John
|
7225e49aa0
|
add package intlog for GF internal logging usage; improve redis storage feature for gsession
|
2019-10-29 16:45:42 +08:00 |
|
John
|
4791d10761
|
fix issue in hijack error for websocket of ghttp.Server
|
2019-10-28 17:01:08 +08:00 |
|
John
|
bc7b5c8626
|
fix issue in status checks for static file serving
|
2019-10-25 17:04:17 +08:00 |
|
John
|
97fe8235da
|
fix issue in session expiring for file storage of gsession; add Pop/Pops functions for gset/gmap
|
2019-10-16 23:33:06 +08:00 |
|
John
|
1dcc7a4887
|
improve http status handling for middleware of ghttp.Server
|
2019-10-09 15:26:50 +08:00 |
|
John
|
b830f9b96d
|
improve ghttp.Server.Request for parameter retrieving; add Option feature for gdb; update example for hook feature of ghttp.Server
|
2019-09-29 14:27:09 +08:00 |
|
John
|
ef4e128af7
|
fix issue in cors
|
2019-09-26 15:54:13 +08:00 |
|
John
|
a8caf4ad21
|
RELEASE updates
|
2019-09-23 22:00:04 +08:00 |
|
John
|
51d9fe5253
|
add AllowDomain option for ghttp.CORS; add IsSubDomain function for gstr; improve grand.Intn
|
2019-09-23 19:25:03 +08:00 |
|
John
|
ec994f3080
|
add more examples of middleware feature for ghttp.Server; release updates
|
2019-09-19 21:17:54 +08:00 |
|
John
|
b9fbfb91bd
|
improve middleware feature of ghttp.Server; add MapStrAny function for gmap/gtree
|
2019-09-19 19:44:46 +08:00 |
|
John
|
7d32be3b6c
|
improve perameter parsing for ghttp.Server
|
2019-09-18 23:20:45 +08:00 |
|
john
|
1665d92136
|
improve session expire algorithm for gsession
|
2019-09-15 12:17:44 +08:00 |
|
John
|
6d55b30b39
|
add example for group router of ghttp.Server
|
2019-09-14 23:36:02 +08:00 |
|
John
|
966c93af00
|
improve middleware and error logging for ghttp.Server
|
2019-09-14 22:53:28 +08:00 |
|
John
|
006054d13a
|
fix issue in session for ghttp.Server
|
2019-09-11 22:57:29 +08:00 |
|
John
|
09da0f7388
|
improving gview with ghttp for controller
|
2019-09-09 23:02:40 +08:00 |
|
John
|
7f943c6b5f
|
improving gview with i18n
|
2019-09-09 22:56:54 +08:00 |
|
John
|
96106ace92
|
remove deprecated functions and fix corresponding unit test cases
|
2019-09-06 17:59:55 +08:00 |
|
John
|
13e528abb6
|
remove deprecated functions and fix corresponding unit test cases
|
2019-09-06 16:59:38 +08:00 |
|
John
|
31e7037e3e
|
add example for session handling of ghttp
|
2019-09-04 20:12:29 +08:00 |
|