GoDoxy/internal/net/http/middleware
2024-10-09 10:39:07 +08:00
..
test_data fixed middleware implementation, added middleware tracing for easier debug 2024-10-02 13:55:41 +08:00
cidr_whitelist.go added round_robin, least_conn and ip_hash load balance support, small refactoring 2024-10-09 10:39:07 +08:00
cidr_whitelist_test.go fixed middleware implementation, added middleware tracing for easier debug 2024-10-02 13:55:41 +08:00
cloudflare_real_ip.go added round_robin, least_conn and ip_hash load balance support, small refactoring 2024-10-09 10:39:07 +08:00
custom_error_page.go refactored http import name, fixed and simplified idlewatcher/idlewaker implementation, dependencies update 2024-10-07 12:45:07 +08:00
forward_auth.go refactored http import name, fixed and simplified idlewatcher/idlewaker implementation, dependencies update 2024-10-07 12:45:07 +08:00
middleware.go refactored http import name, fixed and simplified idlewatcher/idlewaker implementation, dependencies update 2024-10-07 12:45:07 +08:00
middleware_builder.go fixed middleware implementation, added middleware tracing for easier debug 2024-10-02 13:55:41 +08:00
middleware_builder_test.go fixed serialization and middleware compose 2024-10-02 01:04:34 +08:00
middlewares.go added round_robin, least_conn and ip_hash load balance support, small refactoring 2024-10-09 10:39:07 +08:00
modify_request.go replacing label parser map with improved deserialization implementation, API host check now disabled when in debug mode 2024-10-03 01:50:49 +08:00
modify_request_test.go implement middleware compose 2024-10-01 16:38:07 +08:00
modify_response.go replacing label parser map with improved deserialization implementation, API host check now disabled when in debug mode 2024-10-03 01:50:49 +08:00
modify_response_test.go implement middleware compose 2024-10-01 16:38:07 +08:00
oauth2.go added round_robin, least_conn and ip_hash load balance support, small refactoring 2024-10-09 10:39:07 +08:00
real_ip.go added round_robin, least_conn and ip_hash load balance support, small refactoring 2024-10-09 10:39:07 +08:00
real_ip_test.go added round_robin, least_conn and ip_hash load balance support, small refactoring 2024-10-09 10:39:07 +08:00
redirect_http.go fixed middleware implementation, added middleware tracing for easier debug 2024-10-02 13:55:41 +08:00
redirect_http_test.go added real_ip and cloudflare_real_ip middlewares, fixed that some middlewares does not work properly 2024-09-30 04:03:48 +08:00
test_utils.go added round_robin, least_conn and ip_hash load balance support, small refactoring 2024-10-09 10:39:07 +08:00
trace.go refactored http import name, fixed and simplified idlewatcher/idlewaker implementation, dependencies update 2024-10-07 12:45:07 +08:00
x_forwarded.go fixed route gone after container restart / Brename 2024-10-02 15:38:36 +08:00