Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Context ¶
type Context interface {
// Request returns [*http.Request]
Request() *http.Request
// Response returns [*echo.Response].
Response() *echo.Response
// Stream sends a streaming response with status code and content type.
Stream(code int, contentType string, r io.Reader) error
}
Context is a context compatible with echo server echo.Context that has only interface methods that are needed.
Click to show internal directories.
Click to hide internal directories.