1 Running the Web Server
2 Scheme Servlets
3 Web Language Servlets
4 Configuration
5 Dispatchers
6 Web Config Unit
7 Web Server Unit
8 Continuation Managers
9 Internal
10 Troubleshooting
11 Acknowledgements
Index
On this page:
start
Version: 4.0.2

 

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.