Router.add

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void add(RouteInfo!T info, void delegate(E) del)
  2. void add(RouteInfo!T info, Resource resource)
  3. void add(string method, T path, void delegate(E) del)
    class Router
    void
    add
    (
    T
    E...
    )
    (
    string method
    ,,
    void delegate
    (
    E
    )
    del
    )
  4. void add(string method, T path, Resource resource)

Meta