ghostest

command
v0.0.0-...-86226ac Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 19, 2015 License: BSD-3-Clause Imports: 8 Imported by: 0

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL