gf/net/ghttp
2021-06-26 16:51:26 +08:00
..
internal add context for intlog/gsession;improve struct/structs converting for package gconv 2021-06-26 16:23:54 +08:00
testdata add support for cert and key file reading from resource manager for ghttp.Server 2020-12-09 00:06:56 +08:00
ghttp_client_websocket.go add websocket client 2021-05-13 17:51:06 +08:00
ghttp_client.go add tracing feature for ghttp.Client 2021-01-25 14:54:38 +08:00
ghttp_controller.go copyright comment update 2021-01-17 21:46:25 +08:00
ghttp_func.go add tracing feature for ghttp.Client 2021-01-25 14:54:38 +08:00
ghttp_middleware_tracing.go upgrade otel from 0.16.0 to 0.18.0 2021-03-18 10:39:23 +08:00
ghttp_request_auth.go copyright comment update 2021-01-17 21:46:25 +08:00
ghttp_request_middleware.go improve package ghttp 2021-01-19 19:18:39 +08:00
ghttp_request_param_ctx.go copyright comment update 2021-01-17 21:46:25 +08:00
ghttp_request_param_file.go add context for intlog/gsession;improve struct/structs converting for package gconv 2021-06-26 16:23:54 +08:00
ghttp_request_param_form.go improve struct validation for package gvalid 2021-05-12 00:01:52 +08:00
ghttp_request_param_page.go copyright comment update 2021-01-17 21:46:25 +08:00
ghttp_request_param_param.go copyright comment update 2021-01-17 21:46:25 +08:00
ghttp_request_param_post.go deprecated comments update 2021-03-30 13:43:08 +08:00
ghttp_request_param_query.go improve struct validation for package gvalid 2021-05-12 00:01:52 +08:00
ghttp_request_param_request.go improve struct validation for package gvalid 2021-05-12 00:01:52 +08:00
ghttp_request_param_router.go copyright comment update 2021-01-17 21:46:25 +08:00
ghttp_request_param.go improve validation manager feature for package gvalid 2021-05-19 09:25:49 +08:00
ghttp_request_view.go copyright comment update 2021-01-17 21:46:25 +08:00
ghttp_request.go add context for intlog/gsession;improve struct/structs converting for package gconv 2021-06-26 16:23:54 +08:00
ghttp_response_cors.go make unnecessaryly exported resource private for package ghttp 2021-01-19 19:33:21 +08:00
ghttp_response_view.go improve package gi18n/gview/gvalid for more flexable i18n feature controll,add custom error configuration and i18n translation for custom error message 2021-05-13 00:16:45 +08:00
ghttp_response_write.go copyright comment update 2021-01-17 21:46:25 +08:00
ghttp_response_writer.go copyright comment update 2021-01-17 21:46:25 +08:00
ghttp_response.go make unnecessaryly exported resource private for package ghttp 2021-01-19 19:33:21 +08:00
ghttp_server_admin_process.go add context for intlog/gsession;improve struct/structs converting for package gconv 2021-06-26 16:23:54 +08:00
ghttp_server_admin_unix.go add context for intlog/gsession;improve struct/structs converting for package gconv 2021-06-26 16:23:54 +08:00
ghttp_server_admin_windows.go fix issue in signal handler for windows 2021-01-28 10:08:52 +08:00
ghttp_server_admin.go improve package gi18n/gview/gvalid for more flexable i18n feature controll,add custom error configuration and i18n translation for custom error message 2021-05-13 00:16:45 +08:00
ghttp_server_config_cookie.go copyright comment update 2021-01-17 21:46:25 +08:00
ghttp_server_config_logging.go add file configuration support for logger in ghttp.Server 2021-06-26 11:18:44 +08:00
ghttp_server_config_mess.go copyright comment update 2021-01-17 21:46:25 +08:00
ghttp_server_config_route.go copyright comment update 2021-01-17 21:46:25 +08:00
ghttp_server_config_session.go add SessionCookieMaxAge configuration for ghttp.Server 2021-01-11 20:06:09 +08:00
ghttp_server_config_static.go improve comment for package ghttp 2021-01-10 23:37:20 +08:00
ghttp_server_config.go add context for intlog/gsession;improve struct/structs converting for package gconv 2021-06-26 16:23:54 +08:00
ghttp_server_cookie.go fix removing cookie issue 2021-03-19 19:16:21 +08:00
ghttp_server_domain.go copyright comment update 2021-01-17 21:46:25 +08:00
ghttp_server_error_logger.go copyright comment update 2021-01-17 21:46:25 +08:00
ghttp_server_graceful.go copyright comment update 2021-01-17 21:46:25 +08:00
ghttp_server_handler.go add context for intlog/gsession;improve struct/structs converting for package gconv 2021-06-26 16:23:54 +08:00
ghttp_server_log.go add file configuration support for logger in ghttp.Server 2021-06-26 11:18:44 +08:00
ghttp_server_plugin.go copyright comment update 2021-01-17 21:46:25 +08:00
ghttp_server_pprof.go improve package gi18n/gview/gvalid for more flexable i18n feature controll,add custom error configuration and i18n translation for custom error message 2021-05-13 00:16:45 +08:00
ghttp_server_router_group.go improve package gdebug/gfile 2021-01-27 00:20:23 +08:00
ghttp_server_router_hook.go copyright comment update 2021-01-17 21:46:25 +08:00
ghttp_server_router_middleware.go copyright comment update 2021-01-17 21:46:25 +08:00
ghttp_server_router_serve.go copyright comment update 2021-01-17 21:46:25 +08:00
ghttp_server_router.go improve package gdebug/gfile 2021-01-27 00:20:23 +08:00
ghttp_server_service_controller.go copyright comment update 2021-01-17 21:46:25 +08:00
ghttp_server_service_handler.go copyright comment update 2021-01-17 21:46:25 +08:00
ghttp_server_service_object.go add struct object support in group router registering for package ghttp 2021-03-01 20:49:09 +08:00
ghttp_server_session.go copyright comment update 2021-01-17 21:46:25 +08:00
ghttp_server_status.go copyright comment update 2021-01-17 21:46:25 +08:00
ghttp_server_util.go improve package gcfg for searching priority 2021-01-16 22:31:48 +08:00
ghttp_server_websocket.go copyright comment update 2021-01-17 21:46:25 +08:00
ghttp_server.go add context for intlog/gsession;improve struct/structs converting for package gconv 2021-06-26 16:23:54 +08:00
ghttp_unit_client_dump_test.go change browser mode from boolean markable variable to cookiejar for ghttp.Client 2021-03-11 18:58:13 +08:00
ghttp_unit_client_test.go fix issue https://github.com/gogf/gf/issues/1148 2021-01-30 23:05:02 +08:00
ghttp_unit_config_test.go copyright comment update 2021-01-17 21:46:25 +08:00
ghttp_unit_context_test.go copyright comment update 2021-01-17 21:46:25 +08:00
ghttp_unit_cookie_test.go copyright comment update 2021-01-17 21:46:25 +08:00
ghttp_unit_error_code_test.go copyright comment update 2021-01-17 21:46:25 +08:00
ghttp_unit_https_test.go copyright comment update 2021-01-17 21:46:25 +08:00
ghttp_unit_init_test.go copyright comment update 2021-01-17 21:46:25 +08:00
ghttp_unit_ip_test.go copyright comment update 2021-01-17 21:46:25 +08:00
ghttp_unit_log_test.go copyright comment update 2021-01-17 21:46:25 +08:00
ghttp_unit_mess_test.go copyright comment update 2021-01-17 21:46:25 +08:00
ghttp_unit_middleware_basic_test.go copyright comment update 2021-01-17 21:46:25 +08:00
ghttp_unit_middleware_cors_test.go copyright comment update 2021-01-17 21:46:25 +08:00
ghttp_unit_pprof_test.go copyright comment update 2021-01-17 21:46:25 +08:00
ghttp_unit_request_ctx_test.go copyright comment update 2021-01-17 21:46:25 +08:00
ghttp_unit_request_file_test.go copyright comment update 2021-01-17 21:46:25 +08:00
ghttp_unit_request_json_test.go replace json.Unmarshal with json.UnmarshalUseNumber for packages 2021-05-15 22:38:07 +08:00
ghttp_unit_request_page_test.go copyright comment update 2021-01-17 21:46:25 +08:00
ghttp_unit_request_struct_test.go add context for package gvalid.Check* functions 2021-05-13 20:56:52 +08:00
ghttp_unit_request_test.go add more unit testing cases for package ghttp 2021-06-23 21:39:12 +08:00
ghttp_unit_request_xml_test.go improve struct validation for package gvalid 2021-05-12 00:01:52 +08:00
ghttp_unit_router_basic_test.go copyright comment update 2021-01-17 21:46:25 +08:00
ghttp_unit_router_controller_rest_test.go copyright comment update 2021-01-17 21:46:25 +08:00
ghttp_unit_router_controller_test.go copyright comment update 2021-01-17 21:46:25 +08:00
ghttp_unit_router_domain_basic_test.go add context for intlog 2021-06-26 16:51:26 +08:00
ghttp_unit_router_domain_controller_rest_test.go copyright comment update 2021-01-17 21:46:25 +08:00
ghttp_unit_router_domain_controller_test.go copyright comment update 2021-01-17 21:46:25 +08:00
ghttp_unit_router_domain_object_rest_test.go copyright comment update 2021-01-17 21:46:25 +08:00
ghttp_unit_router_domain_object_test.go copyright comment update 2021-01-17 21:46:25 +08:00
ghttp_unit_router_exit_test.go copyright comment update 2021-01-17 21:46:25 +08:00
ghttp_unit_router_group_group_test.go copyright comment update 2021-01-17 21:46:25 +08:00
ghttp_unit_router_group_hook_test.go copyright comment update 2021-01-17 21:46:25 +08:00
ghttp_unit_router_group_rest_test.go copyright comment update 2021-01-17 21:46:25 +08:00
ghttp_unit_router_group_test.go copyright comment update 2021-01-17 21:46:25 +08:00
ghttp_unit_router_hook_test.go copyright comment update 2021-01-17 21:46:25 +08:00
ghttp_unit_router_names_test.go copyright comment update 2021-01-17 21:46:25 +08:00
ghttp_unit_router_object_rest1_test.go copyright comment update 2021-01-17 21:46:25 +08:00
ghttp_unit_router_object_rest2_test.go copyright comment update 2021-01-17 21:46:25 +08:00
ghttp_unit_router_object_test.go copyright comment update 2021-01-17 21:46:25 +08:00
ghttp_unit_server_util_test.go improve package gcfg for searching priority 2021-01-16 22:31:48 +08:00
ghttp_unit_session_test.go copyright comment update 2021-01-17 21:46:25 +08:00
ghttp_unit_static_test.go copyright comment update 2021-01-17 21:46:25 +08:00
ghttp_unit_status_test.go copyright comment update 2021-01-17 21:46:25 +08:00
ghttp_unit_template_test.go copyright comment update 2021-01-17 21:46:25 +08:00
ghttp_unit_websocket_client_test.go add websocket client 2021-05-13 17:51:06 +08:00
ghttp_unit_websocket_test.go copyright comment update 2021-01-17 21:46:25 +08:00
ghttp_z_bench_test.go copyright comment update 2021-01-17 21:46:25 +08:00
ghttp_z_example_client_test.go copyright comment update 2021-01-17 21:46:25 +08:00
ghttp_z_example_get_test.go copyright comment update 2021-01-17 21:46:25 +08:00
ghttp_z_example_init_test.go copyright comment update 2021-01-17 21:46:25 +08:00
ghttp_z_example_post_test.go copyright comment update 2021-01-17 21:46:25 +08:00
ghttp_z_example_test.go copyright comment update 2021-01-17 21:46:25 +08:00
ghttp.go add file configuration support for logger in ghttp.Server 2021-06-26 11:18:44 +08:00