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
Version: 4.0.2

 

2 Scheme Servlets

The Web Server allows servlets to be written in Scheme. It provides the supporting API, described below, for the construction of these servlets. This API is provided by "servlet.ss".

    2.1 Definition

    2.2 Contracts

    2.3 HTTP Requests

    2.4 Request Bindings

    2.5 HTTP Responses

    2.6 Web

    2.7 Helpers

    2.8 Servlet URLs

    2.9 Basic Authentication

    2.10 Web Cells

    2.11 Environment