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

How do I fetch or http get? #194

Open
styfle opened this issue Aug 18, 2024 · 1 comment
Open

How do I fetch or http get? #194

styfle opened this issue Aug 18, 2024 · 1 comment

Comments

@styfle
Copy link

styfle commented Aug 18, 2024

Hey @CanadaHonk, great job!

I was playing around with porffor but I haven't figured out how to make a http get request.

Is this possible? If not, is it on the roadmap?

Thanks!

@Rob23oba
Copy link

http get / fetch is not supported due to porffor being in a kind of early state (there's only console io currently). Additionally, async and await are not really working right now. I'm sure those issues will eventually be fixed but not sure whether http get is planned. In the future it should probably not be too complicated to add these as some kind of import (console io is also only working because of imported functions), so even if it isn't planned, you can maybe expect to be able to use it indirectly at some point (same for other things like gui, ...). Again, though, these things are still in the future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants