#1943: unit tests + refactoring HTTP -> Http

This commit is contained in:
Czar.Echavez
2023-10-06 12:10:57 +01:00
parent be6b904db9
commit 853bb9eecc
9 changed files with 147 additions and 41 deletions

View File

@@ -25,8 +25,8 @@ Usage
Implementation
^^^^^^^^^^^^^^
- HTTP request uses a ``HTTPRequestPacket`` object
- HTTP reaponse uses a ``HTTPResponsePacket`` object
- HTTP request uses a ``HttpRequestPacket`` object
- HTTP response uses a ``HttpResponsePacket`` object
- Extends Service class for integration with ``SoftwareManager``.
Web Browser (Web Client)