|
|
fdfefbb94d
|
add default value feature for gjson/gparser; update default value type for ghttp.Request
|
2019-05-09 14:19:27 +08:00 |
|
|
|
7cc0c7a1cc
|
rename map type of gmap; rename BatchSet/BatchRemove to Sets/Removes for gmap/gcache
|
2019-05-08 17:21:18 +08:00 |
|
|
|
c170edbdfc
|
add ghttp.Request.GetUrl to get current request URL
|
2019-05-06 13:52:34 +08:00 |
|
|
|
66e40155a9
|
add http/https scheme for log of ghttp.Server; add transport setting to ignore tls cert for ghttp.Client; version updates
|
2019-05-06 09:35:39 +08:00 |
|
|
|
34cb222b33
|
remove temprary function map parameter for gview when parsing template file and content
|
2019-04-25 22:14:20 +08:00 |
|
|
|
9eea93cc6e
|
change param type from string to interface{} for ghttp.ClientRequest
|
2019-04-23 20:12:44 +08:00 |
|
|
|
308cb55b6b
|
version updates
|
2019-04-23 19:44:28 +08:00 |
|
|
|
75ada78f8f
|
remove parameter bind from ghttp.RouterGroup.Bind
|
2019-04-23 19:39:35 +08:00 |
|
|
|
5ff7632d32
|
add support of layout feature for gview; fix issue in gstr.Chr
|
2019-04-22 15:47:59 +08:00 |
|
|
|
8a32a8271c
|
fix issue in empty router group error of ghttp.Server
|
2019-04-12 00:19:15 +08:00 |
|
|
|
0e0f297a3f
|
add consurrent safety parameter for gjson.Load/LoadContent; fulfil data type auto-check logics for gjson.LoadConetnt; update comment of gjson/gparser
|
2019-04-02 23:33:27 +08:00 |
|
|
|
f258b5bf1c
|
change logging level from error to debug in route regitsry for struct for ghttp package; handle possible overrange usage of r.URL.Path in ghttp.Server
|
2019-03-31 20:52:30 +08:00 |
|
|
|
6a58bfc574
|
add stdout printing support for ghttp.Server logging
|
2019-03-28 09:34:16 +08:00 |
|
|
|
64124c60fc
|
add fatal error when no router set or statis feature enabled for ghttp.Server
|
2019-03-27 16:23:35 +08:00 |
|
|
|
9a0066de62
|
add file/folder search support for gcfg/gview in order of envpath/pwdpath/binpath/mainpath; add gfile.Search function
|
2019-03-27 11:48:53 +08:00 |
|
|
|
22c7c7403b
|
fix issue in basic http auth check for server side
|
2019-03-27 09:16:23 +08:00 |
|
|
|
83db8e4b15
|
add wss example for websocket
|
2019-03-22 17:26:39 +08:00 |
|
|
|
9bc49c0b29
|
add logging for error in ghttp.Request
|
2019-03-22 14:31:02 +08:00 |
|
|
|
11c89c4090
|
fix issue in GetOrSetFuncLock of gmap/gcache; add gutil.IsEmpty/Export functions
|
2019-03-21 18:20:20 +08:00 |
|
|
|
c9d2d5e8ab
|
add configuration support for maxIdle/maxActive/idleTimeout/maxConnLifetime of gredis; update gjson.Append/Len functions; add more unit test cases for gredis/gins/gstr/gjson
|
2019-03-21 00:14:23 +08:00 |
|
|
|
80e0eae6b0
|
add TLSConfig support for ghttp.Server
|
2019-03-19 17:48:37 +08:00 |
|
|
|
4e3d735b90
|
add logging for gcron
|
2019-03-19 13:58:18 +08:00 |
|
|
|
25a6c53533
|
add unit test cases for gfsnotify
|
2019-03-15 14:54:01 +08:00 |
|
|
|
127fb67185
|
add session id check in session object initialzing
|
2019-03-11 16:33:51 +08:00 |
|
|
|
5db039bbce
|
gdb.Model updates, rename Alterable function to Safe, change gdb.Model alterable in default, update Where function to support more cases when using map as its param, add more unit test cases for gdb.Model
|
2019-03-11 16:14:55 +08:00 |
|
|
|
8a3365d18e
|
ghttp comment updates
|
2019-03-10 00:39:34 +08:00 |
|
|
|
2ae5b1a4f8
|
add more unit test cases for ghttp.Server
|
2019-03-10 00:35:03 +08:00 |
|
|
|
991f7c4958
|
ghttp.Response updates
|
2019-03-08 19:03:22 +08:00 |
|
|
|
e66f63262b
|
add more unit test cases for ghttp.Server
|
2019-03-08 17:31:30 +08:00 |
|
|
|
83be1de04c
|
remove error returns from router registry functions of WebServer; add more unit test cases for WebServer
|
2019-03-06 15:21:00 +08:00 |
|
|
|
f2c080d25f
|
update ghttp.Response
|
2019-03-05 17:16:21 +08:00 |
|
|
|
975da97b4a
|
fix issue in empty check for nil attribute of struct in package 'empty';add set-cookie support for 302 status in ghttp.Server
|
2019-03-05 17:06:37 +08:00 |
|
|
|
37617589a6
|
add more unit test cases for ghttp.Server
|
2019-03-04 23:51:44 +08:00 |
|
|
|
f92c1fc527
|
update CORS feature of ghttp.Response; add more unit cases for ghttp.Server
|
2019-03-01 23:45:55 +08:00 |
|
|
|
66287c2d0e
|
update the admin feature and unit test cases of ghttp
|
2019-02-28 23:57:20 +08:00 |
|
|
|
5d37626981
|
hot fix issue in router registry
|
2019-02-28 14:07:00 +08:00 |
|
|
|
fa256aec9f
|
add example for layout using template engine; fix issue with config error output in gview when no config used
|
2019-02-27 22:53:39 +08:00 |
|
|
|
c2046157d6
|
add ghttp.Request.GetRawString function
|
2019-02-27 21:17:56 +08:00 |
|
|
|
7058e4f2c4
|
fix issue of router group in auto-adding 'index' router for controller and object
|
2019-02-26 22:21:57 +08:00 |
|
|
|
fbd4ce8c2e
|
fulfil unit cases of ghttp.Cookie/Session
|
2019-02-26 17:17:11 +08:00 |
|
|
|
cb3ce71cdc
|
fix issue in ghttp.Session
|
2019-02-26 14:33:01 +08:00 |
|
|
|
49a1308875
|
ghttp.Session updates
|
2019-02-25 23:08:26 +08:00 |
|
|
|
4332580c01
|
disable build-in session variable in template parsing, when it's not necessary
|
2019-02-25 15:20:57 +08:00 |
|
|
|
6aa1c5b1eb
|
ghttp updates
|
2019-02-20 16:07:11 +08:00 |
|
|
|
9797701881
|
remove Search/InArray functions from gstr package; update custom http status handling logics of web server
|
2019-02-18 16:12:59 +08:00 |
|
|
|
989d543a1f
|
fix issue with error response status code 200 of web server; ghttp request client updates
|
2019-02-17 20:45:35 +08:00 |
|
|
|
c00f528098
|
remove reuseport in ghttp
|
2019-02-14 15:43:31 +08:00 |
|
|
|
76c49170bd
|
change gitee.com/johng/gf -> github.com/gogf/gf
|
2019-02-02 16:18:25 +08:00 |
|
|
|
16bde5e9fc
|
gmap updates
|
2019-02-01 22:25:58 +08:00 |
|
|
|
7b85c44444
|
add Clone for garray; comments of garray update
|
2019-02-01 22:00:58 +08:00 |
|