Documentation ¶
Index ¶
- Variables
- func DefaultHandler(ctx context.Application, logicArray ...context.RequestHandlerFunc) echo.HandlerFunc
- func HandleCompleteTx(r *context.Request) error
- func HandleContentTypeSetter(r *context.Request) error
- func HandleCookieMake(r *context.Request) error
- func HandleCookieSessionPopulate(r *context.Request) error
- func HandleTokenSession(c *context.Request) error
- func HandleWriteCookie(r *context.Request) error
- func HandleWriteCookieSession(r *context.Request) error
- func NewRequest(c echo.Context, ctx context.Application) *context.Request
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultCloseHandlers = []context.RequestHandlerFunc{ HandleCompleteTx, HandleWriteCookieSession, HandleWriteCookie, }
View Source
var DefaultOpenHandlers = []context.RequestHandlerFunc{ HandleTokenSession, HandleCookieMake, HandleCookieSessionPopulate, HandleContentTypeSetter, }
Functions ¶
func DefaultHandler ¶
func DefaultHandler(ctx context.Application, logicArray ...context.RequestHandlerFunc) echo.HandlerFunc
세션 사용, 트랜잭션 사용
func HandleContentTypeSetter ¶
func HandleCookieMake ¶
func HandleTokenSession ¶
func HandleWriteCookie ¶
func NewRequest ¶
func NewRequest(c echo.Context, ctx context.Application) *context.Request
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.