comparison src/settings.sig @ 1370:44a12a321150

queryString and effectfulUrl
author Adam Chlipala <adam@chlipala.net>
date Sun, 26 Dec 2010 17:29:03 -0500
parents 4dd5d23bace2
children 802c179dac1f
comparison
equal deleted inserted replaced
1369:1a78ca089bd0 1370:44a12a321150
33 val clibFile : string -> string 33 val clibFile : string -> string
34 34
35 (* How do all application URLs begin? *) 35 (* How do all application URLs begin? *)
36 val setUrlPrefix : string -> unit 36 val setUrlPrefix : string -> unit
37 val getUrlPrefix : unit -> string 37 val getUrlPrefix : unit -> string
38 val getUrlPrePrefix : unit -> string
38 39
39 (* How many seconds should the server wait before assuming a Comet client has left? *) 40 (* How many seconds should the server wait before assuming a Comet client has left? *)
40 val setTimeout : int -> unit 41 val setTimeout : int -> unit
41 val getTimeout : unit -> int 42 val getTimeout : unit -> int
42 43