kopia lustrzana https://github.com/micropython/micropython-lib
10 wiersze
340 B
Markdown
10 wiersze
340 B
Markdown
## urequests compatibility
|
|
|
|
The MicroPython version of
|
|
[requests](https://requests.readthedocs.io/en/latest/) was previously called
|
|
`urequests` and a lot of existing code depends on being able to still
|
|
import the module by that name.
|
|
|
|
This package provides a wrapper to allow this. Prefer to install and use the
|
|
`requests` package instead.
|