fhttpy/modules/http/main.mods

11 lines
494 B
Plaintext

./settings.py # Settings
./helpers.py # Helper functions
./main.py # Main loop and functions
./404.py # 404 page
# File handlers:
./file-handlers/mimetypes.py # List of file endings and the mimetypes they belong to
./file-handlers/binary.py # Images, video, audio, executables, etc...
./file-handlers/text.py # HTML, XML, TXT, etc...
./file-handlers/pyp.py # pyp, fhttpy's script format
./file-handlers/htaccess.py # .fhtpyaccess - can be used to override handlers on an entire folder