[hunchentoot-devel] Controlling file uploads with hunchentoot

Edi Weitz edi at agharta.de
Wed Dec 16 19:51:39 UTC 2009


On Wed, Dec 16, 2009 at 8:29 PM, Semion Prihodko <semion.ababo at 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.




More information about the Tbnl-devel mailing list