Web-сервер, написанный на Python 3
Find a file
John Solntsev f7d2a675fb Add handle & send data of user defined functions
Add
- handle GET request
- handle & send data of user defined functions
- project logotype to log when start server :)

Change
- move set log level to config file
- move Response class to file

Fix
- log message of small or long first request line

Template
- for URL redirection (http_addr -> new_http_addr)
2024-02-26 02:35:24 +03:00
server Add handle & send data of user defined functions 2024-02-26 02:35:24 +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 handle & send data of user defined functions 2024-02-26 02:35:24 +03:00
main.py Add functional to send static files 2024-02-25 01:42:17 +03:00
testmod.py Add handle & send data of user defined functions 2024-02-26 02:35:24 +03:00