]> matita.cs.unibo.it Git - helm.git/history - helm/DEVEL/ocaml-http/http_daemon.mli
ocaml 3.09 transition
[helm.git] / helm / DEVEL / ocaml-http / http_daemon.mli
2005-02-08 Stefano Zacchiroli- changed license to lgpl
2005-02-03 Stefano Zacchiroli- added main that starts a new http_daemon given a...
2004-05-24 Stefano Zacchirolirewritten "start" comment, now is almost decent
2004-05-20 Stefano Zacchirolibumped copyright years
2004-05-20 Stefano Zacchirolireverted code parameter on respond function to its...
2004-05-20 Stefano Zacchirolirestyled API so that respond_* are statically typechecked
2004-05-20 Stefano Zacchiroliadded support for HTTP (Basic) authentication
2003-03-12 Stefano Zacchirolichanged interface of send_file function to enforce...
2003-02-03 Stefano Zacchiroliadded a lot of ocamldoc comments
2002-12-25 Stefano Zacchiroli- merged "post" branch
2002-12-06 Stefano Zacchiroli- added safe_parse_request{,'} which wrap parse_request...
2002-11-22 Stefano Zacchiroli- fixed wrong @raise ocamldoc tags
2002-11-22 Stefano Zacchiroli- added support for multithreaded daemons
2002-11-17 Stefano Zacchiroli- split http_parser module (all code that parse http...
2002-11-14 Stefano Zacchirolino longer use -pack and Http.*, now interface is the...