Parameter CreateFetchImplementation.1-F

type 'a promise
type ('a, 'error) result
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