Documentation ¶
Index ¶
Constants ¶
View Source
const Name = "httprouter"
Name is the name of the router
See $iris_instance.Config.Other for more.
Variables ¶
This section is empty.
Functions ¶
func HTMLEscape ¶
HTMLEscape returns a string which has no valid html code
func New ¶
func New() iris.Policies
New returns a new iris' policy to create and attach the router. It's based on the julienschmidt/httprouter with more features and some iris-relative performance tips: subdomains(wildcard/dynamic and static) and faster parameters set (use of the already-created context's values) and support for reverse routing.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.