Module Current_sesame.Server

val (/) : string -> string -> string
val inject_script : port:int -> string Lwt.t -> string Lwt.t
val static_read : port:int -> Lwt_io.file_name -> Dream.response Lwt.t
val loader : port:int -> string -> string -> 'a -> Dream.response Lwt.t
val validate_path : string list -> string option
val static : port:int -> string -> Dream.request -> Dream.response Dream.promise
val dev_server : port:int -> reload:'a Lwt_condition.t -> string -> unit Dream.promise