
16 Dec
2009
16 Dec
'09
7:51 p.m.
On Wed, Dec 16, 2009 at 8:29 PM, Semion Prihodko <semion.ababo@gmail.com> wrote:
Please show me briefly how to do it.
Request dispatch is described here: http://weitz.de/hunchentoot/#request-dispatch Write your own function which accepts a request object, looks at it, and then decides which (easy) handler to call. Look at the source code of the "define-xxx-dispatcher" functions to see examples for dispatch functions.