From: Jordan Schatz (jordan at noionlabs.com) Date: Sat May 26 18:16:17 EDT 2012 |
|
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
Posted on the users mailing list. |
|