Versions in this module Expand all Collapse all v0 v0.9.3 Sep 28, 2016 v0.9.2 Sep 20, 2016 Changes in this version + type Rule struct + Base string + StatusCode int + func NewRule(basePath string, status int) *Rule + func (rule *Rule) BasePath() string + type Status struct + Next httpserver.Handler + Rules []httpserver.HandlerConfig + func (status Status) ServeHTTP(w http.ResponseWriter, r *http.Request) (int, error)