package tiny_httpd

  1. Overview
  2. Docs

Output for HTML combinators.

This output type is used to produce a string reasonably efficiently from a tree of combinators.

  • since 0.12
type t
val create : unit -> t
val clear : t -> unit
val add_char : t -> char -> unit
val add_string : t -> string -> unit
val add_format_nl : t -> unit
val with_no_format_nl : t -> (unit -> 'a) -> 'a
val to_string : t -> string
OCaml

Innovation. Community. Security.