(index ("start" 0))
(def (sig (procedure "(start port handler)" (id start))) (p "Begin the server, calling handler with a request and response object.") (p "handler should modify and return the response object."))
