[hunchentoot-devel] Middleware with Hunchentoot
Edi Weitz
edi at agharta.de
Fri Jul 20 21:00:42 UTC 2007
On Fri, 20 Jul 2007 14:41:29 -0600, Robert Uhl <eadmund42 at gmail.com> wrote:
> I imagine the suggested usage is something like this?
>
> (defclass my-dispatch-table ()
> ((table :accessor table)))
>
> (defmethod dispatch-request ((table my-dispatch-table))
> (with-cleverness
> (dispatch-request (table table))))
Or just write an :AROUND method around the existing one.
More information about the Tbnl-devel
mailing list