File: README.md

package info (click to toggle)
golang-github-jimstudt-http-authentication 0.0~git20140401.3eca13d-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 284 kB
  • sloc: makefile: 2
file content (13 lines) | stat: -rw-r--r-- 388 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
http-authentication
===================

Go implementation of RFC 2617 HTTP Authentication: Basic and Digest Access Authentication

You will want to include one or both of the packages depending on your requirements.

~~~~ go
import "github/jimstudt/http-authentication/basic"
import "github/jimstudt/http-authentication/digest"
~~~~

The packages are documented in their own directories.