Commit Graph

8 Commits

Author SHA1 Message Date
Pаramtamtаm
d40e8879d1
feat: Non-existing pages now return styled 404 status page (with 404 status code) (#189)
* 🎨 style(CHANGELOG.md): add UNRELEASED section
🔧 chore(notfound/handler.go): refactor to use core.RespondWithErrorPage
🔧 chore(http/server.go): pass config, templatePicker, renderer and options to notfoundHandler
🔧 chore(hurl/404.hurl): update test to expect HTML response instead of plain text

* 📝 docs(CHANGELOG.md): fix typo in changed section

* 🔥 chore(CHANGELOG.md): release version 2.22.0
🔥 chore(flags.go): remove unused code for serve command
2023-04-07 14:42:00 +04:00
Paramtamtam
e857c0309b
proxy headers (#67) 2022-02-23 11:09:54 +05:00
Paramtamtam
cc6cbc7d47
Template rendering performance issue has been fixed (#60) 2022-01-31 13:43:40 +05:00
Paramtamtam
f72c2b85fd
Changes after merging 2022-01-31 10:46:51 +05:00
Florian Michel
42523ae9d9
Adds "Host" and "X-Forwarded-For" header options (#61) 2022-01-31 10:40:58 +05:00
Paramtamtam
88278d37a7
Prometheus metrics implemented (#54) 2022-01-28 20:42:08 +05:00
Paramtamtam
13e7a72790
Fix for the X-Format header (#51) 2022-01-28 12:53:35 +05:00
Paramtamtam
bed576f26c
Go templates support, XML, JSON, Ingress (#49) 2022-01-27 17:29:49 +05:00