package tiny_httpd

  1. Overview
  2. Docs

Module Tiny_httpd_html_.OutSource

Output for HTML combinators.

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

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

Innovation. Community. Security.