X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FDEVEL%2Focaml-http%2Fhttp_constants.mli;h=c00edebb63b1303418d2fbc63a48dab922b44024;hb=0c6a5aadb1a7746681a8e26fc0b009f847c10557;hp=881fe906af5336d203d5a0bd108d9fd8aa5cd7d1;hpb=1735701909c01fc2cf91ebcc5e456ff5f0f31300;p=helm.git diff --git a/helm/DEVEL/ocaml-http/http_constants.mli b/helm/DEVEL/ocaml-http/http_constants.mli index 881fe906a..c00edebb6 100644 --- a/helm/DEVEL/ocaml-http/http_constants.mli +++ b/helm/DEVEL/ocaml-http/http_constants.mli @@ -2,7 +2,7 @@ (* OCaml HTTP - do it yourself (fully OCaml) HTTP daemon - Copyright (C) <2002> Stefano Zacchiroli + Copyright (C) <2002-2004> Stefano Zacchiroli This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -21,6 +21,8 @@ (** Constants *) +open Http_types + (** default HTTP version *) val version: Http_types.version @@ -30,3 +32,10 @@ val server_string: string (** "\r\n" string *) val crlf: string + (** {2 daemon default values} *) + +val default_addr: string (** default listen address *) +val default_port: int (** default listen port *) +val default_timeout: int (** default callbacks timeout *) +val default_mode: daemon_mode (** default request handling mode *) +