gf/g/net/ghttp
2019-06-03 16:39:45 +08:00
..
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 add browser mode support for ghttp.Client.Post 2019-05-23 21:20:46 +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 add gtree.RedBlackTree container 2019-05-10 13:38:06 +08:00
ghttp_request_post.go add gconv.StructDeep/MapDeep functions for gconv; add struct inherit converting support for gdb 2019-05-28 21:41:00 +08:00
ghttp_request_query.go add gconv.StructDeep/MapDeep functions for gconv; add struct inherit converting support for gdb 2019-05-28 21:41:00 +08:00
ghttp_request_request.go add gconv.StructDeep/MapDeep functions for gconv; add struct inherit converting support for gdb 2019-05-28 21:41:00 +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 gtree.RedBlackTree container 2019-05-10 13:38:06 +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 remove temprary function map parameter for gview when parsing template file and content 2019-04-25 22:14:20 +08:00
ghttp_response_writer.go update ghttp.Response 2019-03-05 17:16:21 +08:00
ghttp_response.go fix issue in status handler for ghttp.Server 2019-06-03 16:39:45 +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 add gjson.GetJsonMap; refract glog to improve performance; 2019-05-21 21:52:17 +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 add KeepAlive configuration for ghttp.Server 2019-06-02 22:19:52 +08:00
ghttp_server_cookie.go add default value feature for gjson/gparser; update default value type for ghttp.Request 2019-05-09 14:19:27 +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 KeepAlive configuration for ghttp.Server 2019-06-02 22:19:52 +08:00
ghttp_server_handler.go 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
ghttp_server_log.go add gjson.GetJsonMap; refract glog to improve performance; 2019-05-21 21:52:17 +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 gjson updates 2019-05-11 17:56:14 +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 rename map type of gmap; rename BatchSet/BatchRemove to Sets/Removes for gmap/gcache 2019-05-08 17:21:18 +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