fhttpy/modules/main.mods

8 lines
379 B
Plaintext

settings.py # User settings
helpers.py # Helper functions
events.py # Event/event handler implementation
exceptions.py # Handle exceptions, close connections
servers.py # Create sockets, optionally with SSL/TLS
connlimit.py # Optional: Limit the amount of connections made by one IP
clients.py # Create and remove client sessions and connections
http/main.mods # HTTP server