Mention get and post

main
Bob Mottram 2024-03-23 15:26:07 +00:00
parent 9f468c8736
commit d7125c1891
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ In general avoid using web frameworks and instead use local modules which are pr
## High Level Architecture
The main modules are *epicyon.py* and *daemon.py*. *epicyon.py* is the commandline interface and *daemon.py* is the http server.
The main modules are *epicyon.py* and *daemon.py*. *epicyon.py* is the commandline interface and *daemon.py* is the http server. The daemon has submodules for HTTP GET and HTTP POST.
![commandline and core modules](https://gitlab.com/bashrc2/epicyon/-/raw/main/architecture/epicyon_groups_Commandline-Interface_Core.png)