├── .travis.yml ├── LICENSE ├── README.md ├── basic_auth.go └── basic_auth_test.go /.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goji/httpauth/HEAD/.travis.yml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goji/httpauth/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goji/httpauth/HEAD/README.md -------------------------------------------------------------------------------- /basic_auth.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goji/httpauth/HEAD/basic_auth.go -------------------------------------------------------------------------------- /basic_auth_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goji/httpauth/HEAD/basic_auth_test.go --------------------------------------------------------------------------------