Web-сервер, написанный на Python 3
Find a file
Иван Солнцев 887e8da01b Add functional to send static files
Add
- internal project file iterator function
- path function to locate user files (first allocate as static-files)
- primitive HTML page files for demonstrate server functional

Change
- Response class as iterator
- code for send response to client
2024-02-25 01:42:17 +03:00
server Add functional to send static files 2024-02-25 01:42:17 +03:00
static Add functional to send static files 2024-02-25 01:42:17 +03:00
template Add functional to send static files 2024-02-25 01:42:17 +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 Add functional to send static files 2024-02-25 01:42:17 +03:00
main.py Add functional to send static files 2024-02-25 01:42:17 +03:00