Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
SystemGlitch
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
Show HN: Goyave v5 – Golang REST API framework
(github.com)
4 points
by
SystemGlitch
2y ago
|
0 comments
2.
▲
Show HN: Goyave v3 – Golang REST API framework major release
(system-glitch.github.io)
2 points
by
SystemGlitch
6y ago
|
0 comments
3.
▲
by
SystemGlitch
6y ago
I agree that config is quite weak in Goyave. I planned to rework it in a later major version. But I don't want to release breaking changes one by one.
4.
▲
by
SystemGlitch
6y ago
Fair point. The "automatic 404 when a database record is not found" is purely optional and something you choose to use or not, like all the other helpers. For example, see below code: func Show(response *goyave.Response, reque
5.
▲
by
SystemGlitch
6y ago
Thank you! Yes there are quite a lot of features added to the package: - Request validation - Localization (for validation error messages and regular text) - Authentication (with built-in Basic Auth and JWT authenticators, directly using yo
6.
▲
by
SystemGlitch
6y ago
Goyave is slower than Gin but provides more features such as regex in routes, validation, language support, among others.
7.
▲
by
SystemGlitch
6y ago
You can give a path to your SSL cert in the config, and set "protocol" to "https" and you're done. If you're using Certbot, give the path to the live cert and it will work even after renewal. About CSRF, as the
8.
▲
Show HN: Goyave – Golang Web Framework
(github.com)
75 points
by
SystemGlitch
6y ago
|
27 comments