gf/net/ghttp
2022-03-10 11:36:40 +08:00
..
internal/swaggerui api swagger ui update 2022-03-01 11:43:42 +08:00
testdata fix issue #1611 2022-02-22 21:59:18 +08:00
ghttp_func.go improve package gcmd/ghttp 2022-01-12 19:39:38 +08:00
ghttp_middleware_cors.go add middleware for CORS with default options 2022-02-22 10:51:22 +08:00
ghttp_middleware_handler_response.go improve handler response for ghttp.Server 2022-03-08 11:50:23 +08:00
ghttp_middleware_tracing.go improve package gclient for constants 2022-01-10 16:42:30 +08:00
ghttp_request_auth.go version 2 2021-10-11 21:41:56 +08:00
ghttp_request_middleware.go fix issue #1626 2022-02-24 21:24:42 +08:00
ghttp_request_param_ctx.go Improved import, by group improt. 2021-11-13 23:23:55 +08:00
ghttp_request_param_file.go improve file uploading using strict route feature 2022-03-02 21:15:16 +08:00
ghttp_request_param_form.go improve package ghttp 2022-03-01 22:53:19 +08:00
ghttp_request_param_page.go Improved import, by group improt. 2021-11-13 23:23:55 +08:00
ghttp_request_param_param.go improve package ghttp 2022-03-01 22:53:19 +08:00
ghttp_request_param_query.go improve package ghttp 2022-03-01 22:53:19 +08:00
ghttp_request_param_request.go improve file uploading using strict route feature 2022-03-02 21:15:16 +08:00
ghttp_request_param_router.go replace char <xxx> to ;add GetWithEnv/GetWithCmd fuctions for package gcfg 2021-10-21 18:22:47 +08:00
ghttp_request_param.go downgrade otel version from v1.3.0 to v1.0.0 2022-02-17 15:47:08 +08:00
ghttp_request_view.go version 2 2021-10-11 21:41:56 +08:00
ghttp_request.go improve code 2022-03-09 21:24:57 +08:00
ghttp_response_cors.go change errors wrapped by gerror.Wrap with error stack info for all packages 2021-12-21 22:59:14 +08:00
ghttp_response_view.go improve content type response for ghttp.Server 2021-12-17 17:42:18 +08:00
ghttp_response_write.go improve content type response for ghttp.Server 2021-12-17 17:42:18 +08:00
ghttp_response_writer.go improve code 'if block ends with a return statement, so drop this else and outdent its block (golint)' 2021-11-16 00:26:10 +08:00
ghttp_response.go fix(fix bug , add nexttime feature): ServeFileDownload filename double quotes cause underscores before and after the final file 2022-03-02 11:00:04 +08:00
ghttp_server_admin_process.go add error stack for internal error printing 2022-01-28 14:51:49 +08:00
ghttp_server_admin_unix.go add error stack for internal error printing 2022-01-28 14:51:49 +08:00
ghttp_server_admin_windows.go go fmt for go 1.17 2021-12-16 23:26:41 +08:00
ghttp_server_admin.go Improved import, by group improt. 2021-11-13 23:23:55 +08:00
ghttp_server_config_cookie.go WIP: add cookie security configuration 2022-01-05 14:33:20 +08:00
ghttp_server_config_logging.go version 2 2021-10-11 21:41:56 +08:00
ghttp_server_config_mess.go add build-in swagger ui support for ghttp.Server 2021-10-03 00:22:06 +08:00
ghttp_server_config_route.go copyright comment update 2021-01-17 21:46:25 +08:00
ghttp_server_config_session.go version 2 2021-10-11 21:41:56 +08:00
ghttp_server_config_static.go version 2 2021-10-11 21:41:56 +08:00
ghttp_server_config.go Merge branch 'master' into cookie-secure-config 2022-03-02 15:20:31 +08:00
ghttp_server_cookie.go make options public 2022-03-02 09:56:58 +08:00
ghttp_server_domain.go improve group router for package ghttp 2021-11-07 21:31:33 +08:00
ghttp_server_error_logger.go Improved import, by group improt. 2021-11-13 23:23:55 +08:00
ghttp_server_graceful.go fix data race in UT cases for package ghttp 2022-02-22 20:49:09 +08:00
ghttp_server_handler.go add error stack for internal error printing 2022-01-28 14:51:49 +08:00
ghttp_server_log.go fix 2022-03-09 21:29:49 +08:00
ghttp_server_openapi.go add error stack for internal error printing 2022-01-28 14:51:49 +08:00
ghttp_server_plugin.go copyright comment update 2021-01-17 21:46:25 +08:00
ghttp_server_pprof.go add error stack for internal error printing 2022-01-28 14:51:49 +08:00
ghttp_server_registry.go improve registry for package ghttp 2022-01-29 21:42:48 +08:00
ghttp_server_router_group.go change errors wrapped by gerror.Wrap with error stack info for all packages 2021-12-21 22:59:14 +08:00
ghttp_server_router_hook.go add x-url-path feature for ghttp.Server 2022-02-22 14:12:09 +08:00
ghttp_server_router_middleware.go Improved import, by group improt. 2021-11-13 23:23:55 +08:00
ghttp_server_router_serve.go add x-url-path feature for ghttp.Server 2022-02-22 14:12:09 +08:00
ghttp_server_router.go fix issue #1625 2022-02-24 22:07:27 +08:00
ghttp_server_service_handler.go fix issue #1625 2022-02-24 22:07:27 +08:00
ghttp_server_service_object.go fix issue #1625 2022-02-24 22:07:27 +08:00
ghttp_server_session.go version 2 2021-10-11 21:41:56 +08:00
ghttp_server_status.go replace char <xxx> to ;add GetWithEnv/GetWithCmd fuctions for package gcfg 2021-10-21 18:22:47 +08:00
ghttp_server_swagger.go fix: js link err 2022-03-09 23:36:30 +08:00
ghttp_server_util.go improve package gcfg for searching priority 2021-01-16 22:31:48 +08:00
ghttp_server_websocket.go Improved import, by group improt. 2021-11-13 23:23:55 +08:00
ghttp_server.go fix issue in package gproc 2022-03-07 09:57:51 +08:00
ghttp_z_bench_test.go copyright comment update 2021-01-17 21:46:25 +08:00
ghttp_z_example_test.go fix issue in configuration StdoutColorDisabled for package glog; rename TempDir to Temp for package gfile 2022-02-14 14:50:25 +08:00
ghttp_z_unit_feature_config_test.go t.Assert(err, nil) -> t.AssertNil(err) 2022-03-10 11:36:40 +08:00
ghttp_z_unit_feature_context_test.go add x-url-path feature for ghttp.Server 2022-02-22 14:12:09 +08:00
ghttp_z_unit_feature_cookie_test.go merge master and update unit test 2022-03-02 15:33:58 +08:00
ghttp_z_unit_feature_error_code_test.go fix data race in UT cases for package ghttp 2022-02-22 20:49:09 +08:00
ghttp_z_unit_feature_https_test.go add x-url-path feature for ghttp.Server 2022-02-22 14:12:09 +08:00
ghttp_z_unit_feature_ip_test.go add x-url-path feature for ghttp.Server 2022-02-22 14:12:09 +08:00
ghttp_z_unit_feature_log_test.go add x-url-path feature for ghttp.Server 2022-02-22 14:12:09 +08:00
ghttp_z_unit_feature_middleware_basic_test.go t.Assert(err, nil) -> t.AssertNil(err) 2022-03-10 11:36:40 +08:00
ghttp_z_unit_feature_middleware_cors_test.go t.Assert(err, nil) -> t.AssertNil(err) 2022-03-10 11:36:40 +08:00
ghttp_z_unit_feature_openapi_swagger_test.go improve handler response for ghttp.Server 2022-03-08 11:50:23 +08:00
ghttp_z_unit_feature_otel_test.go add x-url-path feature for ghttp.Server 2022-02-22 14:12:09 +08:00
ghttp_z_unit_feature_pprof_test.go add x-url-path feature for ghttp.Server 2022-02-22 14:12:09 +08:00
ghttp_z_unit_feature_request_ctx_test.go add x-url-path feature for ghttp.Server 2022-02-22 14:12:09 +08:00
ghttp_z_unit_feature_request_file_test.go improve file uploading using strict route feature 2022-03-02 21:15:16 +08:00
ghttp_z_unit_feature_request_json_test.go add x-url-path feature for ghttp.Server 2022-02-22 14:12:09 +08:00
ghttp_z_unit_feature_request_page_test.go add x-url-path feature for ghttp.Server 2022-02-22 14:12:09 +08:00
ghttp_z_unit_feature_request_struct_test.go add x-url-path feature for ghttp.Server 2022-02-22 14:12:09 +08:00
ghttp_z_unit_feature_request_test.go add x-url-path feature for ghttp.Server 2022-02-22 14:12:09 +08:00
ghttp_z_unit_feature_request_xml_test.go add x-url-path feature for ghttp.Server 2022-02-22 14:12:09 +08:00
ghttp_z_unit_feature_router_basic_test.go t.Assert(err, nil) -> t.AssertNil(err) 2022-03-10 11:36:40 +08:00
ghttp_z_unit_feature_router_domain_basic_test.go t.Assert(err, nil) -> t.AssertNil(err) 2022-03-10 11:36:40 +08:00
ghttp_z_unit_feature_router_domain_object_rest_test.go t.Assert(err, nil) -> t.AssertNil(err) 2022-03-10 11:36:40 +08:00
ghttp_z_unit_feature_router_domain_object_test.go add x-url-path feature for ghttp.Server 2022-02-22 14:12:09 +08:00
ghttp_z_unit_feature_router_exit_test.go add x-url-path feature for ghttp.Server 2022-02-22 14:12:09 +08:00
ghttp_z_unit_feature_router_group_group_test.go add x-url-path feature for ghttp.Server 2022-02-22 14:12:09 +08:00
ghttp_z_unit_feature_router_group_hook_test.go add x-url-path feature for ghttp.Server 2022-02-22 14:12:09 +08:00
ghttp_z_unit_feature_router_group_rest_test.go t.Assert(err, nil) -> t.AssertNil(err) 2022-03-10 11:36:40 +08:00
ghttp_z_unit_feature_router_group_test.go fix issue #1653 2022-03-10 09:22:50 +08:00
ghttp_z_unit_feature_router_handler_extended_test.go fix issue #1653 2022-03-10 09:22:50 +08:00
ghttp_z_unit_feature_router_hook_test.go add x-url-path feature for ghttp.Server 2022-02-22 14:12:09 +08:00
ghttp_z_unit_feature_router_names_test.go add x-url-path feature for ghttp.Server 2022-02-22 14:12:09 +08:00
ghttp_z_unit_feature_router_object_rest1_test.go t.Assert(err, nil) -> t.AssertNil(err) 2022-03-10 11:36:40 +08:00
ghttp_z_unit_feature_router_object_rest2_test.go add x-url-path feature for ghttp.Server 2022-02-22 14:12:09 +08:00
ghttp_z_unit_feature_router_object_test.go add x-url-path feature for ghttp.Server 2022-02-22 14:12:09 +08:00
ghttp_z_unit_feature_server_util_test.go add x-url-path feature for ghttp.Server 2022-02-22 14:12:09 +08:00
ghttp_z_unit_feature_session_test.go t.Assert(err, nil) -> t.AssertNil(err) 2022-03-10 11:36:40 +08:00
ghttp_z_unit_feature_static_test.go fix data race in UT cases for package ghttp 2022-02-22 20:49:09 +08:00
ghttp_z_unit_feature_status_test.go add x-url-path feature for ghttp.Server 2022-02-22 14:12:09 +08:00
ghttp_z_unit_feature_template_test.go t.Assert(err, nil) -> t.AssertNil(err) 2022-03-10 11:36:40 +08:00
ghttp_z_unit_feature_websocket_test.go t.Assert(err, nil) -> t.AssertNil(err) 2022-03-10 11:36:40 +08:00
ghttp_z_unit_issue_test.go fix issue #1653 2022-03-10 09:22:50 +08:00
ghttp_z_unit_test.go fix issue #1653 2022-03-10 09:22:50 +08:00
ghttp.go fix issue #1625 2022-02-24 22:07:27 +08:00