Versions in this module Expand all Collapse all v0 v0.11.0 Nov 16, 2018 Changes in this version + type Middleware struct + Next httpserver.Handler + Root http.FileSystem + 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