gf/net/ghttp
2020-05-27 11:26:05 +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
ghttp_client_bytes.go
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 raw request/response content dump for ghttp.Client 2020-04-24 00:00:52 +08:00
ghttp_client_request.go improve raw request/response content dump for ghttp.Client 2020-04-24 00:00:52 +08:00
ghttp_client_response.go improve raw request/response content dump for ghttp.Client 2020-04-24 00:00:52 +08:00
ghttp_controller.go
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_body.go
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
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
ghttp_request_param.go comment updates for package ghttp 2020-05-07 23:05:33 +08:00
ghttp_request_view.go
ghttp_request.go improve package guid 2020-05-27 11:26:05 +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
ghttp_response.go
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
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
ghttp_server_pprof.go
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
ghttp_server_router_serve.go
ghttp_server_router.go improve router group for duplicated router registering for package ghttp.Server 2020-03-17 14:48:52 +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 #591 add Raw* method in ClientResponse to get request and response string 2020-04-08 19:24:03 +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 unit testing cases for package gi18n/ghttp 2020-05-13 19:35:56 +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 fix usage for garray.PopRand 2020-03-30 20:47:50 +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.go add struct slice conversion for request parameters for ghttp.Request; improve package gconv 2020-04-30 16:53:47 +08:00