gf/net/ghttp
2020-10-14 21:18:11 +08:00
..
testdata add unit testing cases of https feature for ghttp.Server 2020-04-15 09:55:44 +08:00
ghttp_client_api.go add GetRemoteIp for ghttp.Request; add *Var feature for ghttp.Client 2020-08-11 15:23:42 +08:00
ghttp_client_bytes.go improve gdb/ghttp/gins; fix issue in gstr 2019-12-19 15:14:05 +08:00
ghttp_client_chain.go add ghttp.Client.RedirectLimit and gfile.ScanDirFileFunc 2020-09-09 22:26:46 +08:00
ghttp_client_config.go read Client's timeout for net.Dialer 2020-07-05 20:52:33 +08:00
ghttp_client_content.go readme update 2020-04-01 18:05:17 +08:00
ghttp_client_dump.go improve dump feature for ghttp.Request 2020-06-09 20:46:04 +08:00
ghttp_client_request.go improve ghttp.Client 2020-07-25 11:24:35 +08:00
ghttp_client_response.go improve ghttp.Client 2020-07-25 11:24:35 +08:00
ghttp_client_var.go add GetRemoteIp for ghttp.Request; add *Var feature for ghttp.Client 2020-08-11 15:23:42 +08:00
ghttp_controller.go comment updates for package ghttp 2020-02-11 10:00:10 +08:00
ghttp_func.go comment update for package ghttp/gconv; readme update 2020-04-29 00:14:29 +08:00
ghttp_request_auth.go comment update for package ghttp 2020-04-06 22:31:45 +08:00
ghttp_request_middleware.go comment update for package ghttp/gconv; readme update 2020-04-29 00:14:29 +08:00
ghttp_request_param_ctx.go revert gvar.Var from interface to struct 2020-06-29 13:40:19 +08:00
ghttp_request_param_file.go add function Walk for package garray; improve comment for package garray 2020-04-18 13:30:49 +08:00
ghttp_request_param_form.go improve *Struct functions for ghttp.Request 2020-08-13 23:29:00 +08:00
ghttp_request_param_page.go improve example for package gpage 2020-03-21 23:13:31 +08:00
ghttp_request_param_param.go revert gvar.Var from interface to struct 2020-06-29 13:40:19 +08:00
ghttp_request_param_post.go revert gvar.Var from interface to struct 2020-06-29 13:40:19 +08:00
ghttp_request_param_query.go improve *Struct functions for ghttp.Request 2020-08-13 23:29:00 +08:00
ghttp_request_param_request.go improve *Struct functions for ghttp.Request 2020-08-13 23:29:00 +08:00
ghttp_request_param_router.go add function GetRouterMap for ghtt.Request 2020-08-12 21:01:17 +08:00
ghttp_request_param.go fix issue of EOF in ghttp.Request when no data posted using form-data 2020-10-13 20:12:54 +08:00
ghttp_request_view.go add prefix feature for gdb 2019-12-10 21:14:15 +08:00
ghttp_request.go comment update for function ghttp.Request. 2020-08-15 12:35:56 +08:00
ghttp_response_cors.go fix: Access-Control-Request-Headers 2020-08-04 11:57:42 +08:00
ghttp_response_view.go add MapMerge/MapMargeCopy functions for package gutil; improve template view feature for indefinite parameters 2020-04-14 21:11:12 +08:00
ghttp_response_write.go import third-party library json-iterator to improve the performance for json operations 2020-06-17 21:16:25 +08:00
ghttp_response_writer.go improve Response/ResponseWriter by implementing http.Flusher for package ghttp 2020-06-15 23:36:20 +08:00
ghttp_response.go improve Response/ResponseWriter by implementing http.Flusher for package ghttp 2020-06-15 23:36:20 +08:00
ghttp_server_admin_process.go improve graceful reload feature for ghttp.Server 2020-07-25 13:50:04 +08:00
ghttp_server_admin_unix.go comment update for package ghttp 2020-05-01 03:31:04 +08:00
ghttp_server_admin_windows.go comment update for package ghttp 2020-05-01 03:31:04 +08:00
ghttp_server_admin.go improve graceful reload feature for ghttp.Server 2020-07-25 13:50:04 +08:00
ghttp_server_config_cookie.go comment update for package ghttp 2020-05-01 03:31:04 +08:00
ghttp_server_config_logging.go comment update for package ghttp 2020-05-01 03:31:04 +08:00
ghttp_server_config_mess.go comment update for package ghttp 2020-05-01 03:31:04 +08:00
ghttp_server_config_route.go comment update for package ghttp 2020-05-01 03:31:04 +08:00
ghttp_server_config_session.go add configuration SessionCookieOutput for ghttp.Server 2020-10-14 20:52:26 +08:00
ghttp_server_config_static.go comment update for package ghttp 2020-05-01 03:31:04 +08:00
ghttp_server_config.go add configuration SessionCookieOutput for ghttp.Server 2020-10-14 20:52:26 +08:00
ghttp_server_cookie.go improve cookie feature for ghttp.Server 2020-08-03 20:00:00 +08:00
ghttp_server_domain.go comment updates for package ghttp 2020-05-07 23:05:33 +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 comment updates for package ghttp 2020-05-07 23:05:33 +08:00
ghttp_server_handler.go add configuration SessionCookieOutput for ghttp.Server 2020-10-14 20:52:26 +08:00
ghttp_server_log.go comment updates for package ghttp 2020-05-07 23:05:33 +08:00
ghttp_server_plugin.go improve router feature for ghttp.Server 2020-03-04 17:29:23 +08:00
ghttp_server_pprof.go add domain support for domain of ghttp.Server 2020-10-14 21:18:11 +08:00
ghttp_server_router_group.go fix issue in rebinding feature for grou router of ghttp.Server 2020-03-24 19:48:10 +08:00
ghttp_server_router_hook.go comment updates for package ghttp 2020-05-07 23:05:33 +08:00
ghttp_server_router_middleware.go improve Map converting feature for gconv; improve package gproc for local shell searching; improve JSON/XML response for ghttp.Response 2020-01-02 19:45:41 +08:00
ghttp_server_router_serve.go improve adapter definition for package gcache 2020-10-09 20:59:49 +08:00
ghttp_server_router.go improve the route feature for ghttp.Server 2020-06-03 00:09:51 +08:00
ghttp_server_service_controller.go comment update for package ghttp 2020-05-09 19:19:42 +08:00
ghttp_server_service_handler.go comment update for package ghttp 2020-05-09 19:19:42 +08:00
ghttp_server_service_object.go comment update for package ghttp 2020-05-09 19:19:42 +08:00
ghttp_server_session.go improve session feature by allowing custom session id creating function for ghttp.Server 2020-05-17 14:33:21 +08:00
ghttp_server_status.go comment update for package ghttp 2020-05-09 19:19:42 +08:00
ghttp_server_websocket.go comment updates for package ghttp 2020-05-07 23:05:33 +08:00
ghttp_server.go improve gf server for routes check while starting 2020-09-17 23:27:10 +08:00
ghttp_unit_client_dump_test.go improve body interface implements for ghttp.Reqest/Response 2020-06-06 13:34:58 +08:00
ghttp_unit_client_test.go add more unit testing case for ghttp.Client 2020-07-02 19:12:01 +08:00
ghttp_unit_config_test.go add ClientMaxBodySize configuration for ghttp.Server 2020-04-30 20:37:09 +08:00
ghttp_unit_context_test.go fix usage for garray.PopRand 2020-03-30 20:47:50 +08:00
ghttp_unit_cookie_test.go improve cookie feature for ghttp.Server 2020-08-03 20:00:00 +08:00
ghttp_unit_https_test.go downgrade the required golang version from v1.13 to v1.11 2020-04-23 20:38:25 +08:00
ghttp_unit_init_test.go change the port range for unit testing cases of ghttp.Server 2020-08-12 09:10:50 +08:00
ghttp_unit_ip_test.go add GetRemoteIp for ghttp.Request; add *Var feature for ghttp.Client 2020-08-11 15:23:42 +08:00
ghttp_unit_log_test.go enable the route dump for unit testing of logging feature for ghttp.Server 2020-05-05 00:09:39 +08:00
ghttp_unit_mess_test.go fix usage for garray.PopRand 2020-03-30 20:47:50 +08:00
ghttp_unit_middleware_basic_test.go improve raw request/response content dump for ghttp.Client 2020-04-24 00:00:52 +08:00
ghttp_unit_middleware_cors_test.go fix usage for garray.PopRand 2020-03-30 20:47:50 +08:00
ghttp_unit_param_file_test.go fix usage for garray.PopRand 2020-03-30 20:47:50 +08:00
ghttp_unit_param_json_test.go import third-party library json-iterator to improve the performance for json operations 2020-06-17 21:16:25 +08:00
ghttp_unit_param_page_test.go fix usage for garray.PopRand 2020-03-30 20:47:50 +08:00
ghttp_unit_param_struct_test.go add more unit testing case for package ghttp 2020-07-13 22:45:20 +08:00
ghttp_unit_param_test.go add function Test_Params_Modify for ghttp_unit_param_test.go 2020-08-14 20:02:52 +08:00
ghttp_unit_param_xml_test.go fix usage for garray.PopRand 2020-03-30 20:47:50 +08:00
ghttp_unit_pprof_test.go fix usage for garray.PopRand 2020-03-30 20:47:50 +08:00
ghttp_unit_router_basic_test.go add function GetRouterMap for ghtt.Request 2020-08-12 21:01:17 +08:00
ghttp_unit_router_controller_rest_test.go fix usage for garray.PopRand 2020-03-30 20:47:50 +08:00
ghttp_unit_router_controller_test.go fix usage for garray.PopRand 2020-03-30 20:47:50 +08:00
ghttp_unit_router_domain_basic_test.go improve raw request/response content dump for ghttp.Client 2020-04-24 00:00:52 +08:00
ghttp_unit_router_domain_controller_rest_test.go fix usage for garray.PopRand 2020-03-30 20:47:50 +08:00
ghttp_unit_router_domain_controller_test.go fix usage for garray.PopRand 2020-03-30 20:47:50 +08:00
ghttp_unit_router_domain_object_rest_test.go fix usage for garray.PopRand 2020-03-30 20:47:50 +08:00
ghttp_unit_router_domain_object_test.go fix usage for garray.PopRand 2020-03-30 20:47:50 +08:00
ghttp_unit_router_exit_test.go fix usage for garray.PopRand 2020-03-30 20:47:50 +08:00
ghttp_unit_router_group_group_test.go fix usage for garray.PopRand 2020-03-30 20:47:50 +08:00
ghttp_unit_router_group_hook_test.go fix usage for garray.PopRand 2020-03-30 20:47:50 +08:00
ghttp_unit_router_group_rest_test.go add more unit testing case for ghttp.Server 2020-08-03 20:49:19 +08:00
ghttp_unit_router_group_test.go fix usage for garray.PopRand 2020-03-30 20:56:00 +08:00
ghttp_unit_router_hook_test.go add more unit testing case for ghttp.Server 2020-07-30 22:45:50 +08:00
ghttp_unit_router_names_test.go fix usage for garray.PopRand 2020-03-30 20:47:50 +08:00
ghttp_unit_router_object_rest1_test.go fix usage for garray.PopRand 2020-03-30 20:47:50 +08:00
ghttp_unit_router_object_rest2_test.go fix usage for garray.PopRand 2020-03-30 20:47:50 +08:00
ghttp_unit_router_object_test.go fix usage for garray.PopRand 2020-03-30 20:47:50 +08:00
ghttp_unit_session_test.go fix issue in custom session id lost for ghttp.Request 2020-10-13 20:34:31 +08:00
ghttp_unit_static_test.go fix usage for garray.PopRand 2020-03-30 20:47:50 +08:00
ghttp_unit_status_test.go add unit testing case of status handler feature for ghttp.Server 2020-05-05 00:01:09 +08:00
ghttp_unit_template_test.go fix usage for garray.PopRand 2020-03-30 20:47:50 +08:00
ghttp_unit_websocket_test.go fix usage for garray.PopRand 2020-03-30 20:47:50 +08:00
ghttp_z_bench_test.go fix issue of char '/' in URL.Path handling of ghttp.Server 2020-03-23 20:57:34 +08:00
ghttp_z_example_client_test.go add GetRemoteIp for ghttp.Request; add *Var feature for ghttp.Client 2020-08-11 15:23:42 +08:00
ghttp_z_example_get_test.go add GetRemoteIp for ghttp.Request; add *Var feature for ghttp.Client 2020-08-11 15:23:42 +08:00
ghttp_z_example_init_test.go add GetRemoteIp for ghttp.Request; add *Var feature for ghttp.Client 2020-08-11 15:23:42 +08:00
ghttp_z_example_post_test.go add GetRemoteIp for ghttp.Request; add *Var feature for ghttp.Client 2020-08-11 15:23:42 +08:00
ghttp_z_example_test.go add example for custom uploading file name for ghttp.Server 2020-08-24 23:05:30 +08:00
ghttp.go add struct slice conversion for request parameters for ghttp.Request; improve package gconv 2020-04-30 16:53:47 +08:00