Обновить src/nucleus/domains/http/models/response.py
Тестирование ядра / Tester (push) Failing after 3s

This commit is contained in:
2026-06-18 14:02:47 +03:00
parent 084197464f
commit 28d5aae79a
@@ -22,3 +22,8 @@ class Response:
self.__data.encode()
])
return raw
def __getitem__(self, index):
pass
def __iter__(self):
pass