package cohttp_static_handler

  1. Overview
  2. Docs
type t
val embedded : contents:string -> t
val embedded_with_filename : filename:string -> contents:string -> t
val file : path:string -> t
val file_serve_as : path:string -> serve_as:string -> t