Module Js.Fetch
Abstract types for Fetch
Abstract types for Fetch, see https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API
ocaml
type responsereasonml
type response;ocaml
type requestreasonml
type request;ocaml
type bodyreasonml
type body;ocaml
type headersreasonml
type headers;