Update urequests.py

This commit is contained in:
Ibrahim Abd Elkader 2021-06-26 20:30:02 +02:00 committed by GitHub
parent a9bdd05d31
commit e160866c20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,6 +21,10 @@
# THE SOFTWARE.
# Source: improved version of https://github.com/micropython/micropython-lib/blob/master/python-ecosys/urequests/urequests.py
# Some useful links for future updates:
# https://www.w3.org/TR/html401/interact/forms.html#h-17.13.4
# https://docs.python-requests.org/en/master/
import usocket
import ubinascii