Module Http_daemon.Trivial


module Trivial: sig .. end
Trivial static pages HTTP daemon. Daemons created using this module will serve directory indexes and files found starting from the working directory

val callback : Http_types.request -> Pervasives.out_channel -> unit
callback function, exposed if you like to use it as a basis to define a more powerful daemon
val main : Http_types.daemon_spec -> unit
start the "trivial" HTTP daemon