Обновить src/nucleus/domains/http/models/response.py
Тестирование ядра / Tester (push) Failing after 3s
Тестирование ядра / Tester (push) Failing after 3s
This commit is contained in:
@@ -22,3 +22,8 @@ class Response:
|
|||||||
self.__data.encode()
|
self.__data.encode()
|
||||||
])
|
])
|
||||||
return raw
|
return raw
|
||||||
|
|
||||||
|
def __getitem__(self, index):
|
||||||
|
pass
|
||||||
|
def __iter__(self):
|
||||||
|
pass
|
||||||
|
|||||||
Reference in New Issue
Block a user