- add a perlish Http_daemon.daemon class, e.g.: let d = new daemon ... in while true do req = d#accept () ... done - parse also header and contents of http requests and add corresponding methods to requests objects