fhttpy/modules/main.mods

8 lines
379 B
Plaintext
Raw Normal View History

2022-02-14 21:43:12 +00:00
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