Replies: 1 comment
-
What do you think of this: https://pyodide.org/en/stable/usage/api/python-api/http.html ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Question
I've got a simple web app that I'm writing in flet. It delegates its calculations to a separate RESTful web service, and I'm using the requests package to hit that service. That breaks the app, though, when I try to publish this as a static web page. Is there a way to call a RESTful end point from a flet web app if I build it as a static web page?
Code sample
No response
Error message
No response
------------------------------------------------------
Beta Was this translation helpful? Give feedback.
All reactions