Module Current_sesame.Server
val (/) : string -> string -> stringval inject_script : port:int -> string Lwt.t -> string Lwt.tval static_read : port:int -> Lwt_io.file_name -> Dream.response Lwt.tval loader : port:int -> string -> string -> 'a -> Dream.response Lwt.tval validate_path : string list -> string optionval static : port:int -> string -> Dream.request -> Dream.response Dream.promiseval dev_server : port:int -> reload:'a Lwt_condition.t -> string -> unit Dream.promise