package gapi-ocaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type body =
  1. | String of string
  2. | File of string * int * int64
  3. | Buffer of (char, Bigarray.int8_unsigned_elt, Bigarray.c_layout) Bigarray.Array1.t
type t =
  1. | Fields of (string * string) list
  2. | Body of body * string
val empty : t