URLRouter.put

Adds a new route for PUT requests matching the specified pattern.

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

Meta