URLRouter.any

Adds a new route for requests matching the specified pattern, regardless of their HTTP verb.

  1. URLRouter any(string url_match, Handler handler)
    class URLRouter
    @safe
    any
    (
    Handler
    )
    (
    string url_match
    ,
    Handler handler
    )
  2. URLRouter any(string url_match, HTTPServerRequestDelegate handler)

Meta