Parameter CreateFetchImplementation.1-F
module Body : sig ... end
module Response : sig ... end
val fetch : ?body:string -> ?headers:Fetch_Core.Headers.t list -> ?meth:Fetch_Core.Method.t -> string -> (Response.t, string) result promise