add-responder ( dispatcher responder path -- dispatcher )
Furnace framework » HTTP server » HTTP dispatchers and virtual hosting

Prev:<vhost-dispatcher> ( -- dispatcher )


Vocabulary
http.server.dispatchers

Inputs
dispatchera dispatcher
respondera responder
patha pathname string or hostname


Outputs
dispatchera dispatcher


Word description
Adds a responder to a dispatcher.

Notes
The path parameter is interpreted differently depending on the dispatcher type.

Side effects
Modifies dispatcher

Definition