gf/net/ghttp
2019-11-28 11:18:09 +08:00
..
testdata fix issue in template for ghttp.Server 2019-10-17 20:31:03 +08:00
ghttp_client_api.go update project structure 2019-07-29 21:01:19 +08:00
ghttp_client_bytes.go update project structure 2019-07-29 21:01:19 +08:00
ghttp_client_config.go add more functions for gtcp; remove default domain set for cookie feature of ghttp.Server 2019-11-14 15:41:28 +08:00
ghttp_client_content.go update project structure 2019-07-29 21:01:19 +08:00
ghttp_client_request.go update project structure 2019-07-29 21:01:19 +08:00
ghttp_client_response.go improve session for ghttp.Server; improve i18n for gview 2019-09-12 00:00:59 +08:00
ghttp_controller.go update project structure 2019-07-29 21:01:19 +08:00
ghttp_func.go add middleware feature for ghttp.Server 2019-08-03 15:54:12 +08:00
ghttp_request_auth.go update project structure 2019-07-29 21:01:19 +08:00
ghttp_request_hook.go add middleware feature for ghttp.Server 2019-08-03 17:14:54 +08:00
ghttp_request_method_delete.go improve parameter parsing for ghtto.Request; add configuration feature for gview 2019-11-28 11:18:09 +08:00
ghttp_request_method_post.go improve parameter parsing for ghtto.Request; add configuration feature for gview 2019-11-28 11:18:09 +08:00
ghttp_request_method_put.go improve parameter parsing for ghtto.Request; add configuration feature for gview 2019-11-28 11:18:09 +08:00
ghttp_request_method_query.go improve parameter parsing for ghtto.Request; add configuration feature for gview 2019-11-28 11:18:09 +08:00
ghttp_request_middleware.go improve status handling and add error logger for ghttp.Server; fix issue in defer error warpping for some packages 2019-10-11 22:54:25 +08:00
ghttp_request_params.go improve perameter parsing for ghttp.Server 2019-09-18 23:20:45 +08:00
ghttp_request_request.go add CopyMap function for gutil; improve ghttp.Request 2019-10-30 23:26:57 +08:00
ghttp_request_router.go improve middleware feature of ghttp.Server; add MapStrAny function for gmap/gtree 2019-09-19 19:44:46 +08:00
ghttp_request_view.go fix issue in ghttp.Request.GetView 2019-11-26 15:12:58 +08:00
ghttp_request.go improve parameter parsing for ghtto.Request; add configuration feature for gview 2019-11-28 11:18:09 +08:00
ghttp_response_cors.go update travis for adding mysql password; add custom view feature for ghttp.Response 2019-11-20 12:09:26 +08:00
ghttp_response_view.go improve gerror, ghttp for error stack logging; improve custom view feature for ghttp.Request 2019-11-20 18:45:09 +08:00
ghttp_response_writer.go update travis for adding mysql password; add custom view feature for ghttp.Response 2019-11-20 12:09:26 +08:00
ghttp_response.go improve gerror, ghttp for error stack logging; improve custom view feature for ghttp.Request 2019-11-20 18:45:09 +08:00
ghttp_server_admin_process.go update project structure 2019-07-29 21:01:19 +08:00
ghttp_server_admin_unix.go update project structure 2019-07-29 21:01:19 +08:00
ghttp_server_admin_windows.go update project structure 2019-07-29 21:01:19 +08:00
ghttp_server_admin.go update project structure 2019-07-29 21:01:19 +08:00
ghttp_server_config_cookie.go improving gdb.Model/gmap 2019-09-26 20:01:48 +08:00
ghttp_server_config_logging.go improve logging feature for ghttp.Server 2019-11-08 19:52:49 +08:00
ghttp_server_config_mess.go improving gdb.Model/gmap 2019-09-26 20:01:48 +08:00
ghttp_server_config_route.go improving gdb.Model/gmap 2019-09-26 20:01:48 +08:00
ghttp_server_config_session.go add package intlog for GF internal logging usage; improve redis storage feature for gsession 2019-10-29 16:45:42 +08:00
ghttp_server_config_static.go improve logging feature for ghttp.Server 2019-11-08 19:52:49 +08:00
ghttp_server_config.go add more functions for gtcp; remove default domain set for cookie feature of ghttp.Server 2019-11-14 15:41:28 +08:00
ghttp_server_cookie.go add more functions for gtcp; remove default domain set for cookie feature of ghttp.Server 2019-11-14 15:41:28 +08:00
ghttp_server_domain.go add middleware feature for ghttp.Server; improve router group feature for ghttp.Server 2019-08-06 20:40:04 +08:00
ghttp_server_error_logger.go improve status handling and add error logger for ghttp.Server; fix issue in defer error warpping for some packages 2019-10-11 22:54:25 +08:00
ghttp_server_graceful.go improve ghttp.GracefulServer; add more unit test case for ghttp.Server.Middleware 2019-11-26 14:56:05 +08:00
ghttp_server_handler.go improve gsession/gmap/gtree 2019-11-04 21:26:16 +08:00
ghttp_server_log.go improve gerror, ghttp for error stack logging; improve custom view feature for ghttp.Request 2019-11-20 18:45:09 +08:00
ghttp_server_pprof.go improve configuration feature for ghttp.Server 2019-11-07 16:40:34 +08:00
ghttp_server_router_group.go improve gerror, ghttp for error stack logging; improve custom view feature for ghttp.Request 2019-11-20 18:45:09 +08:00
ghttp_server_router_hook.go 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
ghttp_server_router_middleware.go improve middleware feature of ghttp.Server; add MapStrAny function for gmap/gtree 2019-09-19 19:44:46 +08:00
ghttp_server_router_serve.go add debug info for ghttp.Server 2019-10-29 20:15:13 +08:00
ghttp_server_router.go change params order of Insert* functions for glist; improve gstr.IsNumber 2019-10-01 16:35:44 +08:00
ghttp_server_service_controller.go improve model feature 2019-08-30 20:29:12 +08:00
ghttp_server_service_handler.go add AllowDomain option for ghttp.CORS; add IsSubDomain function for gstr; improve grand.Intn 2019-09-23 19:25:03 +08:00
ghttp_server_service_object.go improve model feature 2019-08-30 20:29:12 +08:00
ghttp_server_session.go add package gsession; mv gkvdb to new repo 2019-09-11 21:19:45 +08:00
ghttp_server_status.go add middleware feature for ghttp.Server 2019-08-03 15:54:12 +08:00
ghttp_server_websocket.go remove thirdparty diectory, add go.mod for package dependences 2019-08-01 14:07:25 +08:00
ghttp_server.go improve logging feature for ghttp.Server 2019-11-08 19:52:49 +08:00
ghttp_unit_client_test.go improve http status handling for middleware of ghttp.Server 2019-10-09 15:26:50 +08:00
ghttp_unit_config_test.go improve configuration feature for glog/ghttp.Server 2019-11-07 11:32:25 +08:00
ghttp_unit_cookie_test.go improve middleware feature for ghttp.Server; fix issue memory usage in big file downloading 2019-10-09 00:33:58 +08:00
ghttp_unit_init_test.go fix issue in memory usage of gkvdb in unit test cases of ghttp 2019-09-04 19:44:13 +08:00
ghttp_unit_mess_test.go fix comment issue in example codes for gmap 2019-11-27 23:19:07 +08:00
ghttp_unit_middleware_test.go improve ghttp.GracefulServer; add more unit test case for ghttp.Server.Middleware 2019-11-26 14:56:05 +08:00
ghttp_unit_param_json_test.go improve middleware feature for ghttp.Server; fix issue memory usage in big file downloading 2019-10-09 00:33:58 +08:00
ghttp_unit_param_struct_test.go improve gerror for stack information; fix issue in gconv.String for nil *time.Time type 2019-11-21 21:49:00 +08:00
ghttp_unit_param_test.go improve middleware feature for ghttp.Server; fix issue memory usage in big file downloading 2019-10-09 00:33:58 +08:00
ghttp_unit_router_basic_test.go improve middleware feature for ghttp.Server; fix issue memory usage in big file downloading 2019-10-09 00:33:58 +08:00
ghttp_unit_router_controller_rest_test.go improve middleware feature for ghttp.Server; fix issue memory usage in big file downloading 2019-10-09 00:33:58 +08:00
ghttp_unit_router_controller_test.go improve middleware feature for ghttp.Server; fix issue memory usage in big file downloading 2019-10-09 00:33:58 +08:00
ghttp_unit_router_domain_basic_test.go add debug info for ghttp.Server 2019-10-29 20:15:13 +08:00
ghttp_unit_router_domain_controller_rest_test.go improve middleware feature for ghttp.Server; fix issue memory usage in big file downloading 2019-10-09 00:33:58 +08:00
ghttp_unit_router_domain_controller_test.go improve middleware feature for ghttp.Server; fix issue memory usage in big file downloading 2019-10-09 00:33:58 +08:00
ghttp_unit_router_domain_object_rest_test.go improve middleware feature for ghttp.Server; fix issue memory usage in big file downloading 2019-10-09 00:33:58 +08:00
ghttp_unit_router_domain_object_test.go improve middleware feature for ghttp.Server; fix issue memory usage in big file downloading 2019-10-09 00:33:58 +08:00
ghttp_unit_router_exit_test.go improve middleware feature for ghttp.Server; fix issue memory usage in big file downloading 2019-10-09 00:33:58 +08:00
ghttp_unit_router_group_group_test.go improve middleware feature for ghttp.Server; fix issue memory usage in big file downloading 2019-10-09 00:33:58 +08:00
ghttp_unit_router_group_hook_test.go improve middleware feature for ghttp.Server; fix issue memory usage in big file downloading 2019-10-09 00:33:58 +08:00
ghttp_unit_router_group_rest_test.go improve middleware feature for ghttp.Server; fix issue memory usage in big file downloading 2019-10-09 00:33:58 +08:00
ghttp_unit_router_group_test.go improve middleware feature for ghttp.Server; fix issue memory usage in big file downloading 2019-10-09 00:33:58 +08:00
ghttp_unit_router_hook_test.go improve middleware feature for ghttp.Server; fix issue memory usage in big file downloading 2019-10-09 00:33:58 +08:00
ghttp_unit_router_names_test.go improve middleware feature for ghttp.Server; fix issue memory usage in big file downloading 2019-10-09 00:33:58 +08:00
ghttp_unit_router_object_rest1_test.go improve configuration for gdb; add more unit test case for ghttp.Server 2019-10-15 21:20:38 +08:00
ghttp_unit_router_object_rest2_test.go improve configuration for gdb; add more unit test case for ghttp.Server 2019-10-15 21:20:38 +08:00
ghttp_unit_router_object_test.go improve middleware feature for ghttp.Server; fix issue memory usage in big file downloading 2019-10-09 00:33:58 +08:00
ghttp_unit_session_test.go fix issue in session feature of ghttp.Server 2019-11-08 09:06:01 +08:00
ghttp_unit_static_test.go fix security issue in static file feature for ghttp.Server 2019-10-12 23:56:03 +08:00
ghttp_unit_template_test.go fix issue in template for ghttp.Server 2019-10-17 20:31:03 +08:00
ghttp_unit_websocket_test.go improve middleware feature for ghttp.Server; fix issue memory usage in big file downloading 2019-10-09 00:33:58 +08:00
ghttp.go update project structure 2019-07-29 21:01:19 +08:00