# Functions
Handler will convert our handler of func(*Context) to an iris Handler, in order to be compatible with the HTTP API.
NewApplication create new web application instance and init it.
NewContext constructor of context.Context.
NewTestApp returns the new test application.
RequestBody get RequestBody.
RequestForm get RequestFrom.
RequestParams get RequestParams.
RunTestApplication returns the new test application.
# Constants
No description provided by the author
ContextPath is the property for setting web view context path.
No description provided by the author
DefaultPage is the property for setting default page.
Extension is the property for setting extension.
No description provided by the author
No description provided by the author
ResourcePath is the property for setting resource path.
No description provided by the author
ViewEnabled is the property for enabling web view.
# Variables
No description provided by the author
ErrControllersNotFound controller not found.
ErrInvalidController invalid controller.
NewTestApplication is the alias of RunTestApplication Deprecated, you should use RunTestApplication instead.
RestController register rest controller to controllers container Deprecated: please use app.Register() instead.
# Structs
No description provided by the author
Context Create your own custom Context, put any fields you wanna need.
Controller is the web base controller please use at.RestController instead.
No description provided by the author
# Interfaces
DefaultView set the default view.
HttpMethodSubscriber.
TestApplication the test web application interface for unit test only.