You can search for identifiers within the package.
in-package search v0.2.0
type t
The type of HTTP body.
val of_string : string -> t
of_string str makes a body from the given string str.
of_string str
string
str
val to_string : t -> string Lwt.t
to_string body returns the full given body as a string.
to_string body
body