Versions in this module Expand all Collapse all v1 v1.0.0 Sep 29, 2024 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 func() string + Meta bool + To string