Versions in this module Expand all Collapse all v0 v0.5.0 Apr 28, 2015 Changes in this version + func New(c middleware.Controller) (middleware.Middleware, error) + type Proxy struct + Next middleware.Handler + Rules []Rule + func (p Proxy) ServeHTTP(w http.ResponseWriter, r *http.Request) (int, error) + type Rule struct + From string + To string