mirror of
https://github.com/labstack/echo.git
synced 2025-06-15 00:14:57 +02:00
@ -111,7 +111,7 @@ type (
|
|||||||
Bind(interface{}) error
|
Bind(interface{}) error
|
||||||
|
|
||||||
// Render renders a template with data and sends a text/html response with status
|
// Render renders a template with data and sends a text/html response with status
|
||||||
// code. Templates can be registered using `Echo.SetRenderer()`.
|
// code. Templates can be registered using `Echo.Renderer`.
|
||||||
Render(int, string, interface{}) error
|
Render(int, string, interface{}) error
|
||||||
|
|
||||||
// HTML sends an HTTP response with status code.
|
// HTML sends an HTTP response with status code.
|
||||||
|
Reference in New Issue
Block a user