Although you could always just put an if inside of the function that dispatch-rules went to, I've added native support for selecting based on method to web-server/dispatch.
Jay On Sat, May 26, 2012 at 4:16 PM, Jordan Schatz <[email protected]> wrote: > > 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 -- Jay McCarthy <[email protected]> Assistant Professor / Brigham Young University http://faculty.cs.byu.edu/~jay "The glory of God is Intelligence" - D&C 93 ____________________ Racket Users list: http://lists.racket-lang.org/users

