Builder.addRoute

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Builder addRoute(string path, RoutingHandler handler)
  2. Builder addRoute(string path, HttpMethod method, RoutingHandler handler)
  3. Builder addRoute(string path, HttpMethod[] methods, RoutingHandler handler)
  4. Builder addRoute(string[] paths, string[] methods, RoutingHandler handler, string groupName, RouteGroupType groupType, string attributeName, Object attributeObj)
  5. Builder addRoute(string[] paths, string[] methods, RouteHandler handler, string groupName, RouteGroupType groupType, string attributeName, Object attributeObj)
    class Builder
    addRoute
    (
    string[] paths
    ,
    string[] methods
    ,
    RouteHandler handler
    ,
    string groupName = null
    ,
    RouteGroupType groupType = RouteGroupType.Host
    ,
    string attributeName = null
    ,
    Object attributeObj = null
    )

Meta