On this page:
make

2.5 Lifting Procedures

The web-server/dispatchers/dispatch-lift module defines a dispatcher constructor.
(make proc)  dispatcher/c
  proc : (request? . -> . response/c)
Constructs a dispatcher that calls proc on the request object, and outputs the response to the connection.