proiect finalizat

This commit is contained in:
andrei-mihnea-cerbu
2024-01-13 12:59:19 +02:00
parent 54542da299
commit 67b7a241d7
53 changed files with 321 additions and 19 deletions
+6
View File
@@ -1,3 +1,9 @@
from .request_builder import RequestBuilder
request_builder = RequestBuilder()
"""
The 'http' package contains the tools for making HTTP requests to the backend. This package contains:
- request_builder: class through which the request is build
- request_handler: object resulted from the builder and can be used to make requests.
"""