about summary refs log tree commit diff
path: root/main.py
AgeCommit message (Expand)Author
2024-08-23Basic responses workingUltraQbik
2024-08-23Check received message length to prevent infinite loop in _recv_request methodUltraQbik
2024-08-23Add timeout to prevent client thread from running foreverUltraQbik
2024-08-23More graceful shutdownUltraQbik
2024-08-23Add start methodUltraQbik
2024-08-23Add basic stuffUltraQbik
2024-08-23Change path map a bitUltraQbik
2024-08-23Ditch asyncio, threading actually works much betterUltraQbik
2024-08-22esUltraQbik
2024-08-22Tweak a thingUltraQbik
2024-08-22Add Content-Length headerUltraQbik
2024-08-22Update things slightlyUltraQbik
2024-08-22Update path handling and API partUltraQbik
2024-08-22API seems to workUltraQbik
2024-08-22Massive refactoring addition of APIUltraQbik
2024-08-22Fix broken centering add testing pageUltraQbik
2024-08-22Add brotli as a better compressionUltraQbik
2024-08-22Add simple HTML minimizer for gooder compressionUltraQbik
2024-08-21change /about.html to /about cuz prettyUltraQbik
2024-08-21Better code now closes gracefully (I hope)UltraQbik
2024-08-21A bit more asynchronous code?UltraQbik
2024-08-21Carry Request class to a separate .py fileUltraQbik
2024-08-21Add simple response.html pageUltraQbik
2024-08-20Add gzip compressionUltraQbik
2024-08-20Update to use HTTPS instead of HTTPUltraQbik
2024-08-20Add loggingUltraQbik
2024-08-20Add commentsUltraQbik
2024-08-20Exception handling (kind of)UltraQbik
2024-08-20Return 400 response when path is incorrectUltraQbik
2024-08-20Working websiteUltraQbik
2024-08-20Get rid of htmlmin (use just gzip)UltraQbik
2024-08-20Path mapping and get requests startUltraQbik
2024-08-20Working message receivingUltraQbik
2024-08-20Path length checkUltraQbik
2024-08-20Change file dislocationUltraQbik
2024-08-19initialUltraQbik