Module CreateFetchImplementation.Body
val toString : t -> stringTakes a Body.t and returns a string.
Examples
Fetch.Body.toString(body) == string
val ofString : string -> tTakes a string and returns Body.t.
Examples
Fetch.Body.ofString("Some, body") == Body.t