Versions in this module Expand all Collapse all v0 v0.10.0 Apr 20, 2017 Changes in this version + type Middleware struct + Next httpserver.Handler + Rules []Rule + func (h Middleware) ServeHTTP(w http.ResponseWriter, r *http.Request) (int, error) + type Resource struct + Header http.Header + Method string + Path string + type Rule struct + Path string + Resources []Resource