You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Changed
It is now possible to use golang-tags of templates in error page templates and formatted (json, xml) responses #49
Health-check route become /healthz (instead /health/live, previous route marked as deprecated) #49
Added
The templates contain details block now (can be enabled using --show-details flag for the serve command or environment variable SHOW_DETAILS=true) #49
Formatted response templates (json, xml) - the server responds with a formatted response depending on the Content-Type (and X-Format) request header value #49
HTTP header X-Robots-Tag: noindex for the error pages #49
Possibility to pass the needed error page code using X-Code HTTP header #49