Skip to content

codemee/micropython-urequests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

micropython-urequests with redirection implemented

The urequests module in MicroPython doesn't support redirection. I modify the urequests module to make a recursive call to urequests.request when the response header contains a Location item and the HTTP status code is 3XX.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages