Version: 4.0.2
3.1 Definition
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.