Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pkg/httpclient: Implement http.Client for fetch. #19

Open
Dviih opened this issue Jan 13, 2025 · 1 comment
Open

pkg/httpclient: Implement http.Client for fetch. #19

Dviih opened this issue Jan 13, 2025 · 1 comment
Assignees
Labels
enhancement New feature or request wontfix This will not be worked on

Comments

@Dviih
Copy link
Owner

Dviih commented Jan 13, 2025

This pull request will make it possible to use standard Go http to make requests and responses.
The goal is to fulfill http.Client and http.Transport.

@Dviih Dviih added the enhancement New feature or request label Jan 13, 2025
@Dviih Dviih self-assigned this Jan 13, 2025
@Dviih Dviih added the wontfix This will not be worked on label Jan 22, 2025
@Dviih
Copy link
Owner Author

Dviih commented Jan 22, 2025

Added wontfix due to low requirement for now. The http package for WASM does the job well already.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant