]> matita.cs.unibo.it Git - helm.git/commit
- split http_parser module (all code that parse http requests and
authorStefano Zacchiroli <zack@upsilon.cc>
Sun, 17 Nov 2002 15:48:37 +0000 (15:48 +0000)
committerStefano Zacchiroli <zack@upsilon.cc>
Sun, 17 Nov 2002 15:48:37 +0000 (15:48 +0000)
commit697d0d8857366485238a67386d0ce8f18404ac42
treefb98c0882f07b86c2723024ce1e267e452464fe1
parentfe54cc94f511222c8d10b1492f9fe1384d277a51
- split http_parser module (all code that parse http requests and
  responses)
- split tcp_server module (which contains different [actually 2]
  implementation of Unix.establish_server like functions)
- implemented a tcp_server which doesn't fork
- added ~fork parameter to Http_daemon.start* functions
20 files changed:
helm/DEVEL/ocaml-http/.cvsignore
helm/DEVEL/ocaml-http/.depend
helm/DEVEL/ocaml-http/.ocamlinit [new file with mode: 0644]
helm/DEVEL/ocaml-http/Makefile
helm/DEVEL/ocaml-http/examples/Makefile
helm/DEVEL/ocaml-http/examples/always_ok_daemon.ml
helm/DEVEL/ocaml-http/examples/dont_fork.ml [new file with mode: 0644]
helm/DEVEL/ocaml-http/examples/dump_args.ml
helm/DEVEL/ocaml-http/examples/obj_foo.ml
helm/DEVEL/ocaml-http/examples/timeout.ml
helm/DEVEL/ocaml-http/http_common.ml
helm/DEVEL/ocaml-http/http_common.mli
helm/DEVEL/ocaml-http/http_daemon.ml
helm/DEVEL/ocaml-http/http_daemon.mli
helm/DEVEL/ocaml-http/http_parser.ml [new file with mode: 0644]
helm/DEVEL/ocaml-http/http_parser.mli [new file with mode: 0644]
helm/DEVEL/ocaml-http/http_response.ml
helm/DEVEL/ocaml-http/http_types.ml
helm/DEVEL/ocaml-http/tcp_server.ml [new file with mode: 0644]
helm/DEVEL/ocaml-http/tcp_server.mli [new file with mode: 0644]