gf/net/ghttp
2021-01-30 23:05:02 +08:00
..
internal fix issue https://github.com/gogf/gf/issues/1148 2021-01-30 23:05:02 +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.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 improve tracing by adding constants for attribute and event names 2021-01-27 20:25:57 +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 copyright comment update 2021-01-17 21:46:25 +08:00
ghttp_request_param_form.go copyright comment update 2021-01-17 21:46:25 +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 copyright comment update 2021-01-17 21:46:25 +08:00
ghttp_request_param_query.go copyright comment update 2021-01-17 21:46:25 +08:00
ghttp_request_param_request.go copyright comment update 2021-01-17 21:46:25 +08:00
ghttp_request_param_router.go copyright comment update 2021-01-17 21:46:25 +08:00
ghttp_request_param.go fix issue in struct converting for package ghttp 2021-01-18 09:22:46 +08:00
ghttp_request_view.go copyright comment update 2021-01-17 21:46:25 +08:00
ghttp_request.go make unnecessaryly exported resource private for package ghttp 2021-01-19 19:33:21 +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 copyright comment update 2021-01-17 21:46:25 +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 shutdown server gracefully when reveiving TERM signal 2021-01-08 00:58:58 +08:00
ghttp_server_admin_unix.go fix issue in package g; improve package ghttp 2021-01-22 00:36:28 +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 copyright comment update 2021-01-17 21:46:25 +08:00
ghttp_server_config_cookie.go copyright comment update 2021-01-17 21:46:25 +08:00
ghttp_server_config_logging.go add logging level configuration for package ghttp 2021-01-06 01:00:49 +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 json tag for configuration struct for package gdb/gredis/ghttp/glog/gview 2021-01-12 00:42:33 +08:00
ghttp_server_cookie.go add SessionCookieMaxAge configuration for ghttp.Server 2021-01-11 20:06:09 +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 make unnecessaryly exported resource private for package ghttp 2021-01-19 19:33:21 +08:00
ghttp_server_log.go improve package gerror 2020-12-30 13:18:43 +08:00
ghttp_server_plugin.go copyright comment update 2021-01-17 21:46:25 +08:00
ghttp_server_pprof.go improve package ghttp 2021-01-19 19:18:39 +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 copyright comment update 2021-01-17 21:46:25 +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 improve middleware feature for ghttp.Client 2021-01-22 01:06:44 +08:00
ghttp_unit_client_dump_test.go add tracing feature for ghttp.Client 2021-01-25 14:54:38 +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 copyright comment update 2021-01-17 21:46:25 +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 copyright comment update 2021-01-17 21:46:25 +08:00
ghttp_unit_request_test.go copyright comment update 2021-01-17 21:46:25 +08:00
ghttp_unit_request_xml_test.go copyright comment update 2021-01-17 21:46:25 +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 copyright comment update 2021-01-17 21:46:25 +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_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 make unnecessaryly exported resource private for package ghttp 2021-01-19 19:33:21 +08:00