index
:
mirror/httpy
this commit
main
master
http server in python
qubane
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
main.py
Age
Commit message (
Expand
)
Author
2024-08-23
Add start method
UltraQbik
2024-08-23
Add basic stuff
UltraQbik
2024-08-23
Change path map a bit
UltraQbik
2024-08-23
Ditch asyncio, threading actually works much better
UltraQbik
2024-08-22
es
UltraQbik
2024-08-22
Tweak a thing
UltraQbik
2024-08-22
Add Content-Length header
UltraQbik
2024-08-22
Update things slightly
UltraQbik
2024-08-22
Update path handling and API part
UltraQbik
2024-08-22
API seems to work
UltraQbik
2024-08-22
Massive refactoring addition of API
UltraQbik
2024-08-22
Fix broken centering add testing page
UltraQbik
2024-08-22
Add brotli as a better compression
UltraQbik
2024-08-22
Add simple HTML minimizer for gooder compression
UltraQbik
2024-08-21
change /about.html to /about cuz pretty
UltraQbik
2024-08-21
Better code now closes gracefully (I hope)
UltraQbik
2024-08-21
A bit more asynchronous code?
UltraQbik
2024-08-21
Carry Request class to a separate .py file
UltraQbik
2024-08-21
Add simple response.html page
UltraQbik
2024-08-20
Add gzip compression
UltraQbik
2024-08-20
Update to use HTTPS instead of HTTP
UltraQbik
2024-08-20
Add logging
UltraQbik
2024-08-20
Add comments
UltraQbik
2024-08-20
Exception handling (kind of)
UltraQbik
2024-08-20
Return 400 response when path is incorrect
UltraQbik
2024-08-20
Working website
UltraQbik
2024-08-20
Get rid of htmlmin (use just gzip)
UltraQbik
2024-08-20
Path mapping and get requests start
UltraQbik
2024-08-20
Working message receiving
UltraQbik
2024-08-20
Path length check
UltraQbik
2024-08-20
Change file dislocation
UltraQbik
2024-08-19
initial
UltraQbik