Documentation
¶
Overview ¶
Ghostest is an interactive end-to-end Web site application to test the ghost packages. It serves the following URLs, with the specified features (handlers):
/ : panic;log;gzip;static; -> serve file index.html /public/styles.css : panic;log;gzip;StripPrefix;FileServer; -> serve directory public/ /public/script.js : panic;log;gzip;StripPrefix;FileServer; -> serve directory public/ /public/logo.pn : panic;log;gzip;StripPrefix;FileServer; -> serve directory public/ /session : panic;log;gzip;session;context;Custom; -> serve dynamic Go template /session/auth : panic;log;gzip;session;context;basicAuth;Custom; -> serve dynamic template /panic : panic;log;gzip;Custom; -> panics /context : panic;log;gzip;context;Custom1;Custom2; -> serve dynamic Amber template