The request endpoint URL. Useful for global callbacks to identify which mint the response came from.
Full raw response headers.
OptionalrateRaw value of the RateLimit (or Cloudflare Ratelimit) header, if present.
OptionalrateRaw value of the RateLimit-Policy (or Cloudflare Ratelimit-Policy) header, if present.
OptionalretryParsed Retry-After in ms (via parseRetryAfter). Present only when the header exists and is
parseable.
HTTP status code of the response.
Metadata extracted from every HTTP response. When
onResponseMetais provided inRequestOptions, the callback receives one of these on every response (both successes and errors) before the promise resolves or rejects.