This website requires JavaScript.
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
mirror
/
micropython-lib
kopia lustrzana
https://github.com/micropython/micropython-lib
Obserwuj
1
Polub
0
Forkuj
You've already forked micropython-lib
0
Kod
Zgłoszenia
Projekty
Wydania
Wiki
Aktywność
81f8e32c35
micropython-lib
/
python-ecosys
/
requests
/
manifest.py
4 wiersze
65 B
Python
Czysty
Zwykły widok
Historia
Unescape
Escape
requests: Use the host in the redirect url, not the one in headers. The host in headers extracted from the original url may not be the same as the host in the redirect url. Poping out the host in headers force the code to use the host in the redirect url, otherwise the redirect may fail due to inconsistence of hosts in the original url and the redirect url. Signed-off-by: 黃昕暐 <meebox@gmail.com>
2024-12-06 05:43:24 +00:00
metadata
(
version
=
"
0.10.2
"
,
pypi
=
"
requests
"
)
requests: Rename urequests to requests. This module implements a subset of the Python requests module, and so it should have the same name. Added a backwards-compatibility wrapper to allow people to continue to use `import urequests`. This lives in micropython/urequests. Changed requests to be a package, so that we can implement extension packages in the future for optional functionality. Added a basic README.md to both. This work was funded through GitHub Sponsors. Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
2023-07-21 06:39:28 +00:00
package
(
"
requests
"
)