I would like to dispatch requests based on a combination of URL and HTTP
method. For example a GET request to /path-to-resource would be dispatched to
one function, and a POST request to /path-to-resource would be dispatched to
another function. The built in dispatch
http://docs.racket-lang.org/web-server/dispatch.html?q=url%20dispatch doesn't
appear to supports this style of use. 

Is there anything built in that supports this style of usage?

Thanks,
Jordan
____________________
  Racket Users list:
  http://lists.racket-lang.org/users

Reply via email to