http = {} http.bind = "localhost:8080" http.handlers = {} http.handlers["GET"] = function(request) return { handler = "staticfile", path = "/tmp/foo.txt", mime = "text/plain" } end