implemented deck.http

This commit is contained in:
Luxferre
2025-12-23 19:03:18 +02:00
parent f64d9b096c
commit c95c1dd702
3 changed files with 65 additions and 3 deletions
+2 -1
View File
@@ -8,7 +8,8 @@ from deck.fs import du, df, sep, pwd, ls, md, cd, rd, rm, mv, cp, sync
from deck.input import input, input_multi
from deck.pager import print_paged, term_size
from deck.time import *
from deck.hwinfo import board_id, battery_v
from deck.hwinfo import board_id, battery_v, REAL_HW
from deck.http import wget, http_fetch, http_set_ua
from app.ed import edit, view
try:
from deck import net