package
12.2.11
Repository: https://github.com/kataras/iris.git
Documentation: pkg.go.dev

# Functions

NewParamParser receives a "src" of a single parameter and returns a new ParamParser, ready to Parse.
Parse takes a route "fullpath" and returns its param statements or an error if failed.

# Constants

DefaultParamErrorCode is the default http error code, 404 not found, per-parameter.

# Structs

ParamParser is the parser which is being used by the Parse function to parse path segments one by one and return their parsed parameter statements (param name, param type its functions and the inline route's functions).