CreateFetchImplementation.Request
type t
=
{
body : string option;
headers : Headers.t list;
meth : Method.t;
url : string;
}
val create : body:string option -> headers:Headers.t list -> ?meth:Method.t -> url:string -> t