Documentation ¶
Index ¶
- func GetApplication(appName string) *iris.Application
- func HandleConnect(app *iris.Application, relativePath string, handlers ...context.Handler)
- func HandleDelete(app *iris.Application, relativePath string, handlers ...context.Handler)
- func HandleGet(app *iris.Application, relativePath string, handlers ...context.Handler)
- func HandleHead(app *iris.Application, relativePath string, handlers ...context.Handler)
- func HandleOptions(app *iris.Application, relativePath string, handlers ...context.Handler)
- func HandlePatch(app *iris.Application, relativePath string, handlers ...context.Handler)
- func HandlePost(app *iris.Application, relativePath string, handlers ...context.Handler)
- func HandlePut(app *iris.Application, relativePath string, handlers ...context.Handler)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetApplication ¶
func GetApplication(appName string) *iris.Application
GetApplication application
func HandleConnect ¶
func HandleConnect(app *iris.Application, relativePath string, handlers ...context.Handler)
HandleConnect handler
func HandleDelete ¶
func HandleDelete(app *iris.Application, relativePath string, handlers ...context.Handler)
HandleDelete handler
func HandleGet ¶
func HandleGet(app *iris.Application, relativePath string, handlers ...context.Handler)
HandleGet handler
func HandleHead ¶
func HandleHead(app *iris.Application, relativePath string, handlers ...context.Handler)
HandleHead handler
func HandleOptions ¶
func HandleOptions(app *iris.Application, relativePath string, handlers ...context.Handler)
HandleOptions handler
func HandlePatch ¶
func HandlePatch(app *iris.Application, relativePath string, handlers ...context.Handler)
HandlePatch handler
func HandlePost ¶
func HandlePost(app *iris.Application, relativePath string, handlers ...context.Handler)
HandlePost handler
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.