JOTWeb Standard Library Index
jotwebutils
-- Utilities useful to JOTWeb programs.
config
-- Access to site-wide configuration values.
auth -- Authentication and session handling routines.
auth.Sessions.Backend
-- Template Backend Class (to be extended only).
auth.Sessions.BackendFilesystem
-- A Session authentication Backend which uses the filesystem.
auth.Sessions.BackendPyPgSQL
-- A Session authentication Backend which uses a PostgreSQL
database with the PyPgSQL database driver to store session
information.
input -- Handling data received from the client.
input.Request
-- Access to the Apache request and headers received from
and sent to the client.
Index