simple_httpd
Simple_httpd.Html
HTML: generated by chaml and vfs_pack
vfs_pack
chaml
module type Output = sig ... end
Module type for filling an input buffer by printing. A module of this type is openned in <ML> section of .chaml file when using vfs_pack.
<ML>
.chaml
type elt = (module Output) -> unit
type of html elements as string
type chaml = string Request.t -> Headers.t -> Headers.t * Cookies.t * Input.t
type of a chaml page, as generated by chaml preprocessor and to be given as argument to Simple_httpd.Server.add_route_handler_chaml
Simple_httpd.Server.add_route_handler_chaml