error-pages/internal/http
Pаramtamtаm 36c5472987
feat: IPv6 support (#192)
* 🐛 fix(server.go): validate IP address before starting server
 feat(server.go): add support for IPv6 addresses

*  feat(cli): add support for IPv6 addresses in the `--listen` flag

* 🐛 fix(server.go): add nolint comment to ignore magic number warning in ipv6 check

* 🐛 fix(server.go): use fmt.Sprintf to format IP and port instead of strconv.Itoa and string concatenation
2023-04-21 16:33:33 +04:00
..
common proxy headers (#67) 2022-02-23 11:09:54 +05:00
core chore: Module name changed, deps updated 2023-02-23 21:49:45 +04:00
handlers feat: Non-existing pages now return styled 404 status page (with 404 status code) (#189) 2023-04-07 14:42:00 +04:00
server_test.go Fix for the X-Format header (#51) 2022-01-28 12:53:35 +05:00
server.go feat: IPv6 support (#192) 2023-04-21 16:33:33 +04:00