Web-сервер, написанный на Python 3
Find a file
Иван Солнцев 440fe803d2 Split TCP socket server and HTTP handler.
- File reader function small improvent;
 - Move MAX_REQUEST_LINE_SIZE to common server file.
2024-10-03 14:50:42 +03:00
server Split TCP socket server and HTTP handler. 2024-10-03 14:50:42 +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 Split TCP socket server and HTTP handler. 2024-10-03 14:50:42 +03:00
testmod.py Receive data from client 2024-09-15 15:11:51 +03:00