Versions in this module Expand all Collapse all v0 v0.5.6 Jul 28, 2016 v0.5.5 Jul 22, 2016 Changes in this version + type Handler struct + func (h *Handler) ServeHTTP(resp http.ResponseWriter, req *http.Request) + type Store struct + func NewAuthStore() *Store + func (a *Store) Authenticate(user, pass string) bool + func (a *Store) Close() + func (a *Store) IsEmpty() bool + func (s *Store) AuthenticateBasic(hdr string) bool + func (s *Store) CreateHandler(child http.Handler, realm string) *Handler + func (s *Store) Load(fileName string) error + func (s *Store) Watch(interval time.Duration) error