.. |
ghttp_client_api.go
|
change param type from string to interface{} for ghttp.ClientRequest
|
2019-04-23 20:12:44 +08:00 |
ghttp_client_config.go
|
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 |
ghttp_client_request.go
|
change param type from string to interface{} for ghttp.ClientRequest
|
2019-04-23 20:12:44 +08:00 |
ghttp_client_response.go
|
fulfil unit cases of ghttp.Cookie/Session
|
2019-02-26 17:17:11 +08:00 |
ghttp_controller.go
|
change gitee.com/johng/gf -> github.com/gogf/gf
|
2019-02-02 16:18:25 +08:00 |
ghttp_func.go
|
change param type from string to interface{} for ghttp.ClientRequest
|
2019-04-23 20:12:44 +08:00 |
ghttp_request_auth.go
|
fix issue in basic http auth check for server side
|
2019-03-27 09:16:23 +08:00 |
ghttp_request_log.go
|
add logging for error in ghttp.Request
|
2019-03-22 14:31:02 +08:00 |
ghttp_request_params.go
|
change gitee.com/johng/gf -> github.com/gogf/gf
|
2019-02-02 16:18:25 +08:00 |
ghttp_request_post.go
|
add logging for error in ghttp.Request
|
2019-03-22 14:31:02 +08:00 |
ghttp_request_query.go
|
add logging for error in ghttp.Request
|
2019-03-22 14:31:02 +08:00 |
ghttp_request_request.go
|
add logging for error in ghttp.Request
|
2019-03-22 14:31:02 +08:00 |
ghttp_request_router.go
|
change gitee.com/johng/gf -> github.com/gogf/gf
|
2019-02-02 16:18:25 +08:00 |
ghttp_request.go
|
add logging for error in ghttp.Request
|
2019-03-22 14:31:02 +08:00 |
ghttp_response_cors.go
|
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 |
ghttp_response_gzip.go
|
change gitee.com/johng/gf -> github.com/gogf/gf
|
2019-02-02 16:18:25 +08:00 |
ghttp_response_view.go
|
add support of layout feature for gview; fix issue in gstr.Chr
|
2019-04-22 15:47:59 +08:00 |
ghttp_response_writer.go
|
update ghttp.Response
|
2019-03-05 17:16:21 +08:00 |
ghttp_response.go
|
add more unit test cases for ghttp.Server
|
2019-03-08 17:31:30 +08:00 |
ghttp_server_admin_process.go
|
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 |
ghttp_server_admin_unix.go
|
change gitee.com/johng/gf -> github.com/gogf/gf
|
2019-02-02 16:18:25 +08:00 |
ghttp_server_admin_windows.go
|
change gitee.com/johng/gf -> github.com/gogf/gf
|
2019-02-02 16:18:25 +08:00 |
ghttp_server_admin.go
|
update the admin feature and unit test cases of ghttp
|
2019-02-28 23:57:20 +08:00 |
ghttp_server_config_cookie.go
|
change gitee.com/johng/gf -> github.com/gogf/gf
|
2019-02-02 16:18:25 +08:00 |
ghttp_server_config_logger.go
|
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 |
ghttp_server_config_route.go
|
change gitee.com/johng/gf -> github.com/gogf/gf
|
2019-02-02 16:18:25 +08:00 |
ghttp_server_config_session.go
|
change gitee.com/johng/gf -> github.com/gogf/gf
|
2019-02-02 16:18:25 +08:00 |
ghttp_server_config_static.go
|
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 |
ghttp_server_config.go
|
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 |
ghttp_server_cookie.go
|
add session id check in session object initialzing
|
2019-03-11 16:33:51 +08:00 |
ghttp_server_domain.go
|
remove error returns from router registry functions of WebServer; add more unit test cases for WebServer
|
2019-03-06 15:21:00 +08:00 |
ghttp_server_graceful.go
|
add TLSConfig support for ghttp.Server
|
2019-03-19 17:48:37 +08:00 |
ghttp_server_handler.go
|
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 |
ghttp_server_log.go
|
add stdout printing support for ghttp.Server logging
|
2019-03-28 09:34:16 +08:00 |
ghttp_server_pprof.go
|
change gitee.com/johng/gf -> github.com/gogf/gf
|
2019-02-02 16:18:25 +08:00 |
ghttp_server_router_group.go
|
remove parameter bind from ghttp.RouterGroup.Bind
|
2019-04-23 19:39:35 +08:00 |
ghttp_server_router_hook.go
|
remove error returns from router registry functions of WebServer; add more unit test cases for WebServer
|
2019-03-06 15:21:00 +08:00 |
ghttp_server_router_serve.go
|
change gitee.com/johng/gf -> github.com/gogf/gf
|
2019-02-02 16:18:25 +08:00 |
ghttp_server_router.go
|
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 |
ghttp_server_service_controller.go
|
version updates
|
2019-04-23 19:44:28 +08:00 |
ghttp_server_service_handler.go
|
remove error returns from router registry functions of WebServer; add more unit test cases for WebServer
|
2019-03-06 15:21:00 +08:00 |
ghttp_server_service_object.go
|
version updates
|
2019-04-23 19:44:28 +08:00 |
ghttp_server_session.go
|
add unit test cases for gfsnotify
|
2019-03-15 14:54:01 +08:00 |
ghttp_server_status.go
|
change gitee.com/johng/gf -> github.com/gogf/gf
|
2019-02-02 16:18:25 +08:00 |
ghttp_server_websocket.go
|
change gitee.com/johng/gf -> github.com/gogf/gf
|
2019-02-02 16:18:25 +08:00 |
ghttp_server.go
|
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 |
ghttp_unit_cookie_test.go
|
update the admin feature and unit test cases of ghttp
|
2019-02-28 23:57:20 +08:00 |
ghttp_unit_init_test.go
|
add more unit test cases for ghttp.Server
|
2019-03-08 17:31:30 +08:00 |
ghttp_unit_param_json_test.go
|
add more unit test cases for ghttp.Server
|
2019-03-04 23:51:44 +08:00 |
ghttp_unit_param_test.go
|
update the admin feature and unit test cases of ghttp
|
2019-02-28 23:57:20 +08:00 |
ghttp_unit_router_basic_test.go
|
update the admin feature and unit test cases of ghttp
|
2019-02-28 23:57:20 +08:00 |
ghttp_unit_router_controller_rest_test.go
|
update CORS feature of ghttp.Response; add more unit cases for ghttp.Server
|
2019-03-01 23:45:55 +08:00 |
ghttp_unit_router_controller_test.go
|
remove error returns from router registry functions of WebServer; add more unit test cases for WebServer
|
2019-03-06 15:21:00 +08:00 |
ghttp_unit_router_domain_basic_test.go
|
remove error returns from router registry functions of WebServer; add more unit test cases for WebServer
|
2019-03-06 15:21:00 +08:00 |
ghttp_unit_router_domain_controller_rest_test.go
|
remove error returns from router registry functions of WebServer; add more unit test cases for WebServer
|
2019-03-06 15:21:00 +08:00 |
ghttp_unit_router_domain_controller_test.go
|
remove error returns from router registry functions of WebServer; add more unit test cases for WebServer
|
2019-03-06 15:21:00 +08:00 |
ghttp_unit_router_domain_object_rest_test.go
|
remove error returns from router registry functions of WebServer; add more unit test cases for WebServer
|
2019-03-06 15:21:00 +08:00 |
ghttp_unit_router_domain_object_test.go
|
remove error returns from router registry functions of WebServer; add more unit test cases for WebServer
|
2019-03-06 15:21:00 +08:00 |
ghttp_unit_router_exit_test.go
|
add more unit test cases for ghttp.Server
|
2019-03-08 17:31:30 +08:00 |
ghttp_unit_router_group_rest_test.go
|
update CORS feature of ghttp.Response; add more unit cases for ghttp.Server
|
2019-03-01 23:45:55 +08:00 |
ghttp_unit_router_group_test.go
|
remove parameter bind from ghttp.RouterGroup.Bind
|
2019-04-23 19:39:35 +08:00 |
ghttp_unit_router_hook_test.go
|
add more unit test cases for ghttp.Server
|
2019-03-08 17:31:30 +08:00 |
ghttp_unit_router_names_test.go
|
add more unit test cases for ghttp.Server
|
2019-03-08 17:31:30 +08:00 |
ghttp_unit_router_object_rest_test.go
|
update CORS feature of ghttp.Response; add more unit cases for ghttp.Server
|
2019-03-01 23:45:55 +08:00 |
ghttp_unit_router_object_test.go
|
remove error returns from router registry functions of WebServer; add more unit test cases for WebServer
|
2019-03-06 15:21:00 +08:00 |
ghttp_unit_session_test.go
|
update the admin feature and unit test cases of ghttp
|
2019-02-28 23:57:20 +08:00 |
ghttp_unit_static_test.go
|
add more unit test cases for ghttp.Server
|
2019-03-10 00:35:03 +08:00 |
ghttp.go
|
ghttp comment updates
|
2019-03-10 00:39:34 +08:00 |