gf/net/ghttp
2020-06-11 18:47:56 +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 improve ghttp.Client.Get 2020-01-06 17:57:07 +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 improve retry feature for ghttp.Client 2020-04-16 15:43:21 +08:00
ghttp_client_config.go improve ghttp.Client in context handling 2020-04-23 20:23:23 +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 dump feature for ghttp.Request 2020-06-09 20:46:04 +08:00
ghttp_client_response.go improve dump feature for ghttp.Request 2020-06-09 20:46:04 +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 comment update for package ghttp 2020-04-06 22:31:45 +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 add struct slice conversion for request parameters for ghttp.Request; improve package gconv 2020-04-30 16:53:47 +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 add Context map for internal context workflow parameter exchanges for ghttp.Request 2020-03-08 22:53:20 +08:00
ghttp_request_param_post.go add struct slice conversion for request parameters for ghttp.Request; improve package gconv 2020-04-30 16:53:47 +08:00
ghttp_request_param_query.go add struct slice conversion for request parameters for ghttp.Request; improve package gconv 2020-04-30 16:53:47 +08:00
ghttp_request_param_request.go add struct slice conversion for request parameters for ghttp.Request; improve package gconv 2020-04-30 16:53:47 +08:00
ghttp_request_param_router.go fix issue in router value retrieving for ghttp.Request 2020-01-08 20:00:42 +08:00
ghttp_request_param.go improve body interface implements for ghttp.Reqest/Response 2020-06-06 13:34:58 +08:00
ghttp_request_view.go add prefix feature for gdb 2019-12-10 21:14:15 +08:00
ghttp_request.go improve function GetClientIp for ghttp.Request 2020-06-11 18:47:56 +08:00
ghttp_response_cors.go improve CORS feature for ghttp.Server 2020-03-17 17:46:43 +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 remove Content-Type header set in Response.WriteStatus for package ghttp 2020-04-03 14:16:26 +08:00
ghttp_response_writer.go add buildin function 'concat' for gview 2020-01-05 19:55:17 +08:00
ghttp_response.go improve static service feature, add plugin feature for ghttp.Server 2020-01-17 21:12:52 +08:00
ghttp_server_admin_process.go comment update for package ghttp 2020-05-01 03:31: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 comment update for package ghttp 2020-05-01 03:31: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 comment update for package ghttp 2020-05-01 03:31:04 +08:00
ghttp_server_config_static.go comment update for package ghttp 2020-05-01 03:31:04 +08:00
ghttp_server_config.go improve default max header bytes from 1KB to 10KB for ghttp.Server 2020-05-21 20:10:38 +08:00
ghttp_server_cookie.go comment updates for package ghttp 2020-05-07 23:05:33 +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 improve files listing for ghttp.Server 2020-05-18 20:09:00 +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 change routergroup parameter name 'g' to 'group' for unit testing cases of ghttp 2019-12-02 23:00:48 +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 comment for ghttp.Server 2020-03-05 16:08:55 +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 add ClientMaxBodySize configuration for ghttp.Server 2020-04-30 20:37:09 +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 remove function From for package gdb; add function g.Table; add ServeHTTP interface implements for ghttp.Server 2020-04-04 22:46:52 +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 fix usage for garray.PopRand 2020-03-30 20:47:50 +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 listening ports change for unit testing cases of ghttp.Server 2020-04-26 17:13:48 +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 fix usage for garray.PopRand 2020-03-30 20:47:50 +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 improve pointer type convertion for package gconv 2020-06-09 14:19:23 +08:00
ghttp_unit_param_test.go add one unit testing case for ghttp.Server 2020-04-23 20:10:10 +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 improve the route feature for ghttp.Server 2020-06-03 00:09:51 +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 fix usage for garray.PopRand 2020-03-30 20:47:50 +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 improve raw request/response content dump for ghttp.Client 2020-04-24 00:00:52 +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 usage for garray.PopRand 2020-03-30 20:47:50 +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_test.go example update for package g/garray/gmap/gset/ghttp 2020-06-10 19:47:25 +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