mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
Github workflow
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
"""
|
||||
download_manager.py - HTTP download service for MicroPythonOS
|
||||
|
||||
Provides async HTTP downloads with flexible output modes:
|
||||
Provides synchronous and asynchronous HTTP downloads with flexible output modes:
|
||||
- Download to memory (returns bytes)
|
||||
- Download to file (returns bool)
|
||||
- Streaming with chunk callback (returns bool)
|
||||
|
||||
Reference in New Issue
Block a user