Versions in this module Expand all Collapse all v0 v0.9.1 Aug 17, 2016 v0.9.0 Jul 19, 2016 Changes in this version + type Redirect struct + Next httpserver.Handler + Rules []Rule + func (rd Redirect) ServeHTTP(w http.ResponseWriter, r *http.Request) (int, error) + type Rule struct + Code int + FromPath string + FromScheme string + Meta bool + To string