Module Fetch.Response

type t = {
body : Body.t;
headers : Headers.t list;
status : Status.t;
url : string;
}