🍐 The enterprise REST API framework

api backend enterprise framework go golang http rest web-framework
1 Open Issue Need Help Last updated: Sep 2, 2025

Open Issues Need Help

View All on GitHub
IPv6 support 2 days ago

AI Summary: This issue proposes adding proper IPv6 support to the server configuration. Currently, `server.host`, `server.port`, and `server.proxy` only correctly handle IPv4, leading to incorrect values from `*Server.BaseURL()`, `*Server.ProxyBaseURL()`, and `*Server.Host()`. The suggested solution is to update the `*Server.getAddress()` method to utilize `net.JoinHostPort` for accurate host-port string formatting.

Complexity: 2/5
bug good first issue

🍐 The enterprise REST API framework

Go
#api#backend#enterprise#framework#go#golang#http#rest#web-framework