]> matita.cs.unibo.it Git - helm.git/history - helm/DEVEL/ocaml-http/http_parser.ml
Initial revision
[helm.git] / helm / DEVEL / ocaml-http / http_parser.ml
2003-01-05 Stefano Zacchiroli- catch Not_found exception while regexping headers
2002-12-25 Stefano Zacchiroli- merged "post" branch
2002-12-09 Stefano Zacchiroliadded support for IP address info retrieval for OO...
2002-12-06 Stefano Zacchiroliimplemented and exported heal_header_name and heal_head...
2002-12-04 Stefano Zacchiroli- use Pcre to perform sanity checks
2002-12-03 Stefano Zacchiroli- added two TODO comment
2002-12-03 Stefano Zacchiroli- implemented heal_header that sanity checks an header
2002-11-26 Stefano Zacchiroli- added support for empty bindings like "a=" or simple...
2002-11-20 Stefano Zacchiroli- bugfix: perform GET parameter parsing on HTTP encoded...
2002-11-17 Stefano Zacchirolibug fix: reset timeout after processing request in...
2002-11-17 Stefano Zacchiroli- split http_parser module (all code that parse http...