Instaservlet
============
This package is documented using Scribble. Check the contents of your PLaneT cache after you have compiled and run the following program code:
#lang scheme/base
(require (planet "instaservlet.ss" ("untyped" "instaservlet.plt" 1)))
(go! (lambda (request)
'(html (head (title "It's working!"))
(body (h1 "Instaservlet is in the house!")))))