[hunchentoot-devel] Middleware with Hunchentoot
Edi Weitz
edi at agharta.de
Fri Jul 20 15:38:34 UTC 2007
On Fri, 20 Jul 2007 09:24:22 -0600, Robert Uhl <eadmund42 at gmail.com> wrote:
> I don't think Hunchentoot exposes a good place for this kind of
> thing. URL cleaning is easy enough: put it at the beginning of
> *dispatch-table* where it'll get called early on and can rewrite
> (request-uri). But where would one put gzipping? It has to do its
> magic _after_ any handler runs, and process the handler's output.
> It'd be nicest to specify it once, and not in every single handler's
> code.
http://weitz.de/hunchentoot/#dispatch-request
More information about the Tbnl-devel
mailing list