On this page:
start
Version: 4.1.1

3.1 Definition

 (require web-server/lang)

A Web language servlet is a module written in the web-server/lang language. The servlet module should provide the following function:

(start initial-request)  response?

  initial-request : request?

Called when this servlet is invoked. The argument is the HTTP request that initiated the servlet.

The only way to run Web language servlets currently is to use the functional interface to starting the server and create a dispatcher that includes a make-lang-dispatcher dispatcher.