diff --git a/src/nucleus/domains/http/models/response.py b/src/nucleus/domains/http/models/response.py index f3722de..b3dbfb3 100644 --- a/src/nucleus/domains/http/models/response.py +++ b/src/nucleus/domains/http/models/response.py @@ -22,3 +22,8 @@ class Response: self.__data.encode() ]) return raw + + def __getitem__(self, index): + pass + def __iter__(self): + pass