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
/
src
Age
Commit message (
Expand
)
Author
2024-08-31
Add PyScript test
UltraQbik
2024-08-30
Update argparse
UltraQbik
2024-08-29
Make own timeout
UltraQbik
2024-08-29
Allow more connections
UltraQbik
2024-08-28
Fixed logging and added LOGGER_PATH into config.py
UltraQbik
2024-08-28
Fix verbose logging for file man
UltraQbik
2024-08-28
Update formatting
UltraQbik
2024-08-28
Update file man
UltraQbik
2024-08-27
change brotli to gzip
UltraQbik
2024-08-27
Fix bug + addition of argparse
UltraQbik
2024-08-27
wut?
UltraQbik
2024-08-27
Update to work with new path map
UltraQbik
2024-08-27
Add compression
UltraQbik
2024-08-26
Working file manager
UltraQbik
2024-08-26
Fix config.py
UltraQbik
2024-08-26
Small changes
UltraQbik
2024-08-26
Add file man in config.py
UltraQbik
2024-08-26
Working file manager
UltraQbik
2024-08-26
Reworking file fetching
UltraQbik
2024-08-26
I guess typing.Generator is deprecated?
UltraQbik
2024-08-26
Add semaphore
UltraQbik
2024-08-26
Fix major issue with threading and potential bugs
UltraQbik
2024-08-25
Add UTF-8 support
UltraQbik
2024-08-24
Remove response data stream requirement
UltraQbik
2024-08-24
Move stuff in API
UltraQbik
2024-08-24
Update to data streams
UltraQbik
2024-08-23
Remove some things
UltraQbik
2024-08-23
Update docs
UltraQbik
2024-08-23
Update API and response class
UltraQbik
2024-08-23
Update response class
UltraQbik
2024-08-23
Update API
UltraQbik
2024-08-23
remove useless code
UltraQbik
2024-08-23
Update API to give response
UltraQbik
2024-08-23
Add thing to status code
UltraQbik
2024-08-23
Add response
UltraQbik
2024-08-23
Make restricted members
UltraQbik
2024-08-23
Basic responses working
UltraQbik
2024-08-23
Add status codes
UltraQbik
2024-08-23
Ditch asyncio, threading actually works much better
UltraQbik
2024-08-22
Update things slightly
UltraQbik
2024-08-22
Kind of working API I guess?
UltraQbik
2024-08-22
Move thing up
UltraQbik
2024-08-22
Update path handling and API part
UltraQbik
2024-08-22
Update API thing
UltraQbik
2024-08-22
API seems to work
UltraQbik
2024-08-22
Massive refactoring addition of API
UltraQbik
2024-08-22
Add simple HTML minimizer for gooder compression
UltraQbik
2024-08-21
Carry Request class to a separate .py file
UltraQbik