Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 427 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 427 Bytes

Basic HTTP Authentication using net/http

Build Status GoDoc

This package provides a simple wrapper around the standard http.Handler interface to implement basic HTTP authentication.

Requires Go 1.4 or later.