sig
  val version : Http_types.version
  val server_string : string
  val crlf : string
  val default_addr : string
  val default_auth : (string * Http_types.auth_info) option
  val default_auto_close : bool
  val default_callback : Http_types.request -> Pervasives.out_channel -> unit
  val default_mode : Http_types.daemon_mode
  val default_port : int
  val default_root_dir : string option
  val default_exn_handler : (exn -> Pervasives.out_channel -> unit) option
  val default_timeout : int option
end