[docs] Mention HTTP abstraction

This commit is contained in:
Johannes Frohnmeyer 2022-03-25 19:13:24 +01:00
parent 6498d7635e
commit 7dc41db526
Signed by: Johannes
GPG Key ID: E76429612C2929F4
1 changed files with 1 additions and 0 deletions

View File

@ -10,5 +10,6 @@ It includes:
- a shared logger and Gson instance
- the ResourcePath abstraction to describe locations of resources as simple strings
- the CoProcess system used internally to control threads separate from the game thread
- an HTTP abstraction from Inceptum
All of these are implemented in one reusable class (except the Gson strategy, whose annotation is separate), which should be simple to read