1 Running the Web Server
2 Scheme Servlets
3 Web Language Servlets
4 Configuration
5 Dispatchers
6 Web Config Unit
7 Web Server Unit
8 Continuation Managers
9 Internal
10 Troubleshooting
11 Acknowledgements
Index
On this page:
make
Version: 4.0.2

 

5.3 Sequencing

 (require web-server/dispatchers/dispatch-sequencer)

The web-server/dispatchers/dispatch-sequencer module defines a dispatcher constructor that invokes a sequence of dispatchers until one applies.

(make dispatcher ...)  dispatcher?

  dispatcher : dispatcher?

Invokes each dispatcher, invoking the next if the first calls next-dispatcher. If no dispatcher applies, then it calls next-dispatcher itself.