Skip to content

[Feature] Implement high-level function fetch() building on top of the standard fetch API #725

Description

@Luna-Klatzer

Is there an existing proposal for this?

  • I have searched the existing issues

This feature does not exist in the latest version

  • I am using the latest version

Proposal

Implement a standard async-based fetch API allowing standard HTTP requests to be made given a specific target URL. This should resemble the standard fetch JavaScript API, which is the default web request interface in browser and Node v18+ environments.

Exact behaviour / changes you want

  • Implement global function fetch(), which performs a given request and returns the request as a promise.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

featureNew feature or enhancement

Projects

Relationships

None yet

Development

No branches or pull requests

Issue actions