GoDoxy/internal/net/gphttp
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
..
accesslog feat: custom json marshaling implementation, replace json and yaml library (#89) 2025-04-16 15:02:11 +08:00
gpwebsocket feat: proxmox idlewatcher (#88) 2025-04-16 14:52:33 +08:00
httpheaders refactor: move api/v1/utils to net/gphttp 2025-03-28 07:39:26 +08:00
loadbalancer feat: proxmox idlewatcher (#88) 2025-04-16 14:52:33 +08:00
middleware feat: custom json marshaling implementation, replace json and yaml library (#89) 2025-04-16 15:02:11 +08:00
reverseproxy feat: proxmox idlewatcher (#88) 2025-04-16 14:52:33 +08:00
servemux feat: proxmox idlewatcher (#88) 2025-04-16 14:52:33 +08:00
server Feat/http3 (#84) 2025-04-04 00:18:15 +08:00
body.go feat: custom json marshaling implementation, replace json and yaml library (#89) 2025-04-16 15:02:11 +08:00
content_type.go refactor: remove forward auth, move module net/http to net/gphttp 2025-03-28 07:39:26 +08:00
content_type_test.go refactor: remove forward auth, move module net/http to net/gphttp 2025-03-28 07:39:26 +08:00
default_client.go refactor: move api/v1/utils to net/gphttp 2025-03-28 07:39:26 +08:00
error.go feat: custom json marshaling implementation, replace json and yaml library (#89) 2025-04-16 15:02:11 +08:00
logging.go refactor: move api/v1/utils to net/gphttp 2025-03-28 07:39:26 +08:00
methods.go refactor: remove forward auth, move module net/http to net/gphttp 2025-03-28 07:39:26 +08:00
modify_response_writer.go refactor: remove forward auth, move module net/http to net/gphttp 2025-03-28 07:39:26 +08:00
serve_mux.go refactor: remove forward auth, move module net/http to net/gphttp 2025-03-28 07:39:26 +08:00
status_code.go refactor: remove forward auth, move module net/http to net/gphttp 2025-03-28 07:39:26 +08:00
transport.go refactor: remove forward auth, move module net/http to net/gphttp 2025-03-28 07:39:26 +08:00