urequests in ver 1.20 #12077
Replies: 2 comments 4 replies
-
The code is at https://github.com/micropython/micropython-lib/blob/master/python-ecosys/requests/requests/__init__.py (And the Until yesterday, it was here https://github.com/micropython/micropython-lib/blob/v1.20.0/python-ecosys/urequests/urequests.py (this is the v1.20.0 version). It gets added to the firmware via the micropython-lib submodule. FYI - almost all python dependencies are brought in from micropython-lib. |
Beta Was this translation helpful? Give feedback.
-
Tnx Jim. Is there a way to tell if settimeout is likely to work on a particular board other than buying one & trying it? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I wanted to take a look at the code in the latest urequests but can't figure out how to view it? If I dir(urequests) I see a list of supported cmds but I really need to see what changes have been made since the version (a modified circa ver 1.17 fiddled to allow socket timeouts) I'm currently using.
Beta Was this translation helpful? Give feedback.
All reactions