micropython-lib/micropython/urequests
..
README.md
manifest.py
urequests.py

README.md

urequests compatibility

The MicroPython version of requests 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.