PathHandler.addMapping
- PathHandler addMapping(Method method, string pattern, HttpRequestHandler handler)
- PathHandler addMapping(Method[] methods, string pattern, HttpRequestHandler handler)
- PathHandler addMapping(Method method, string[] patterns, HttpRequestHandler handler)
- PathHandler addMapping(Method[] methods, string[] patterns, HttpRequestHandler handler)
- PathHandler addMapping(string pattern, HttpRequestHandler handler)
- PathHandler addMapping(Method method, string pattern, HttpRequestHandlerFunction func)
- PathHandler addMapping(string pattern, HttpRequestHandlerFunction func)