Module GapiCore.PostData

type body =
| String of string
| File of string * int * int64
| Buffer of (char, Stdlib.Bigarray.int8_unsigned_elt, Stdlib.Bigarray.c_layout) Stdlib.Bigarray.Array1.t
type t =
| Fields of (string * string) list
| Body of body * string
val empty : t