One of the most basic functions of a web framework is to give you a way of controlling what happens when a web browser makes an http request.
$! Before explaining the theory of request handling in HAppS, !$ Let's look at some simple examples.
The static file serving example above hints at the templating system used by this tutorial to put together web pages behind the scenes.
We learn about using templates with HAppS next.