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.5 Lifting Procedures

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

The web-server/dispatchers/dispatch-lift module defines a dispatcher constructor.

(make proc)  dispatcher?

  proc : (request? . -> . response?)

Constructs a dispatcher that calls proc on the request object, and outputs the response to the connection.