Documentation
¶
Overview ¶
==== File: integrations/echo/echo.go ==== Package echo provides a renderer and helper middleware for the Echo framework.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CSRFTokenLookup ¶
func CSRFTokenLookup(lookupMethod string) echo.MiddlewareFunc
CSRFTokenLookup is a convenience function that returns Echo's CSRF middleware configured with the specified token lookup method (e.g., "form:_csrf").
func MethodOverrideFormField ¶
func MethodOverrideFormField(fieldName string) echo.MiddlewareFunc
MethodOverrideFormField is a convenience function that returns Echo's MethodOverride middleware configured to look for the method in a form field.
func NewTemplatesRenderer ¶
NewTemplatesRenderer creates a new echo.Renderer with the given options. It is a convenience wrapper around templates.New.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.