Web-сервер, написанный на Python 3
Find a file
Иван Солнцев c9154cdb08 Code review
Change name from start_http_server() to init_server_socket().

Improvements:
 - Change child threads to daemon type;
 - Send client HTTP error codes & add new HTTP codes description;
 - Change log output format;
 - Add some debug log strings;

Remove:
 - Startup ASCII logo;
2024-10-03 14:26:15 +03:00
server Code review 2024-10-03 14:26:15 +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 Code review 2024-10-03 14:26:15 +03:00
index.html Merge master with dev 2024-07-03 14:15:22 +03:00
main.py Code review 2024-10-03 14:26:15 +03:00
testmod.py Receive data from client 2024-09-15 15:11:51 +03:00