.. |
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 a SetProxy function and a chaining function Proxy for ghttp.Client to do HTTP request via proxy. #285
|
2020-07-05 20:52:32 +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
|
revert gvar.Var from interface to struct
|
2020-06-29 13:40:19 +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
|
revert gvar.Var from interface to struct
|
2020-06-29 13:40:19 +08:00 |
ghttp_request_param_request.go
|
revert gvar.Var from interface to struct
|
2020-06-29 13:40:19 +08:00 |
ghttp_request_param_router.go
|
revert gvar.Var from interface to struct
|
2020-06-29 13:40:19 +08:00 |
ghttp_request_param.go
|
revert gvar.Var from interface to struct
|
2020-06-29 13:40:19 +08:00 |
ghttp_request_view.go
|
add prefix feature for gdb
|
2019-12-10 21:14:15 +08:00 |
ghttp_request.go
|
add GetRemoteIp for ghttp.Request; add *Var feature for ghttp.Client
|
2020-08-11 15:23:42 +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
|
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 graceful reload feature for ghttp.Server
|
2020-07-25 13:50:04 +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
|
improve ghttp.Server by closing the request and response body to release the file descriptor in time
|
2020-08-08 11:09:58 +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 multiple seperator chars handling for router of ghttp.Server
|
2020-07-29 00:32:54 +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 graceful reload feature for ghttp.Server
|
2020-07-25 13:50:04 +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
|
improve package gjson for automatic content type checking
|
2020-08-12 00:11:25 +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 GetHeader for ghttp.Request
|
2020-07-21 10:17:31 +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 multiple seperator chars handling for router of ghttp.Server
|
2020-07-29 00:32:54 +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 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_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 examples for SetProxy function and Proxy chaining function
|
2020-07-05 20:52:33 +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 |