On this page:
make
Version: 4.1

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.