GoDoxy/internal/net/gphttp/middleware
Yuzerion 80bc018a7f
feat: custom json marshaling implementation, replace json and yaml library (#89)
* chore: replace gopkg.in/yaml.v3 vs goccy/go-yaml; replace encoding/json with bytedance/sonic

* fix: yaml unmarshal panic

* feat: custom json marshaler implementation

* chore: fix import and err marshal handling

---------

Co-authored-by: yusing <yusing@6uo.me>
2025-04-16 15:02:11 +08:00
..
errorpage feat: proxmox idlewatcher (#88) 2025-04-16 14:52:33 +08:00
metrics_logger refactor: remove forward auth, move module net/http to net/gphttp 2025-03-28 07:39:26 +08:00
test_data refactor: remove forward auth, move module net/http to net/gphttp 2025-03-28 07:39:26 +08:00
cidr_whitelist.go feat: proxmox idlewatcher (#88) 2025-04-16 14:52:33 +08:00
cidr_whitelist_test.go refactor: remove forward auth, move module net/http to net/gphttp 2025-03-28 07:39:26 +08:00
cloudflare_real_ip.go feat: proxmox idlewatcher (#88) 2025-04-16 14:52:33 +08:00
custom_error_page.go refactor: remove forward auth, move module net/http to net/gphttp 2025-03-28 07:39:26 +08:00
middleware.go feat: custom json marshaling implementation, replace json and yaml library (#89) 2025-04-16 15:02:11 +08:00
middleware_builder.go feat: custom json marshaling implementation, replace json and yaml library (#89) 2025-04-16 15:02:11 +08:00
middleware_builder_test.go feat: custom json marshaling implementation, replace json and yaml library (#89) 2025-04-16 15:02:11 +08:00
middleware_chain.go refactor: remove forward auth, move module net/http to net/gphttp 2025-03-28 07:39:26 +08:00
middleware_test.go refactor: remove forward auth, move module net/http to net/gphttp 2025-03-28 07:39:26 +08:00
middlewares.go feat: proxmox idlewatcher (#88) 2025-04-16 14:52:33 +08:00
modify_request.go refactor: remove forward auth, move module net/http to net/gphttp 2025-03-28 07:39:26 +08:00
modify_request_test.go feat: proxmox idlewatcher (#88) 2025-04-16 14:52:33 +08:00
modify_response.go refactor: remove forward auth, move module net/http to net/gphttp 2025-03-28 07:39:26 +08:00
modify_response_test.go feat: proxmox idlewatcher (#88) 2025-04-16 14:52:33 +08:00
oidc.go refactor: remove forward auth, move module net/http to net/gphttp 2025-03-28 07:39:26 +08:00
rate_limit.go refactor: remove forward auth, move module net/http to net/gphttp 2025-03-28 07:39:26 +08:00
rate_limit_test.go refactor: remove forward auth, move module net/http to net/gphttp 2025-03-28 07:39:26 +08:00
real_ip.go feat: proxmox idlewatcher (#88) 2025-04-16 14:52:33 +08:00
real_ip_test.go feat: proxmox idlewatcher (#88) 2025-04-16 14:52:33 +08:00
redirect_http.go feat: add validation for localhost routes to prevent usage of godoxy port causing self recursion 2025-03-29 02:59:40 +08:00
redirect_http_test.go feat: proxmox idlewatcher (#88) 2025-04-16 14:52:33 +08:00
set_upstream_headers.go refactor: remove forward auth, move module net/http to net/gphttp 2025-03-28 07:39:26 +08:00
test_utils.go feat: custom json marshaling implementation, replace json and yaml library (#89) 2025-04-16 15:02:11 +08:00
trace.go refactor: remove forward auth, move module net/http to net/gphttp 2025-03-28 07:39:26 +08:00
tracer.go refactor: remove forward auth, move module net/http to net/gphttp 2025-03-28 07:39:26 +08:00
vars.go refactor: remove forward auth, move module net/http to net/gphttp 2025-03-28 07:39:26 +08:00
x_forwarded.go refactor: remove forward auth, move module net/http to net/gphttp 2025-03-28 07:39:26 +08:00