chickadee » spiffy » vhost-map

vhost-map #!optional host-regex->vhost-handlerparameter

A mapping of virtual hosts (regex) to handlers (procedures of one argument; a continuation thunk). See the section on virtual hosts below. Defaults to `((".*" . ,(lambda (continue) (continue))))