On this page:
start
Version: 4.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.