URLRouter.post

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

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

Meta