Web-сервер, написанный на Python 3
Find a file
Иван Солнцев 9155cb17ed Receive data from client
Allow handle client requests with HTTP body for custom functions.

- Rewrited "path" function to class;
- Simple check clien request of method allowed;
- Use "Enumirations" for handler types, HTTP methods;
2024-09-15 15:11:51 +03:00
server Receive data from client 2024-09-15 15:11:51 +03:00
.gitignore Create Response class 2023-12-30 15:45:47 +03:00
__init__.py Add functional to send static files 2024-02-25 01:42:17 +03:00
config.py Receive data from client 2024-09-15 15:11:51 +03:00
index.html Merge master with dev 2024-07-03 14:15:22 +03:00
main.py Merge master with dev 2024-07-03 14:15:22 +03:00
testmod.py Receive data from client 2024-09-15 15:11:51 +03:00