Promise
http is a wrapper around the Fetch API that adds support for request timeouts and retries.
HttpError - if the response status is not ok (2xx).
Error - if the request fails due to network errors.
Abstraction
http is a wrapper around the Fetch API that adds support for request timeouts and retries.
Throws
HttpError - if the response status is not ok (2xx).
Throws
Error - if the request fails due to network errors.