encryptare + adaugare de imagini

This commit is contained in:
andrei-mihnea-cerbu
2024-01-19 04:05:05 +02:00
parent 67b7a241d7
commit 2d4cca0e80
11 changed files with 167 additions and 48 deletions
@@ -13,7 +13,6 @@ class RequestBuilder:
__method (str): HTTP method (GET, POST, ...)
"""
def __init__(self):
self.__url = ""
self.__headers = {}