Pakket: golang-github-jimstudt-http-authentication-dev (0.0~git20140401.3eca13d-1.1)
Verwijzigingen voor golang-github-jimstudt-http-authentication-dev
Debian bronnen:
Het bronpakket golang-github-jimstudt-http-authentication downloaden:
- [golang-github-jimstudt-http-authentication_0.0~git20140401.3eca13d-1.1.dsc]
- [golang-github-jimstudt-http-authentication_0.0~git20140401.3eca13d.orig.tar.xz]
- [golang-github-jimstudt-http-authentication_0.0~git20140401.3eca13d-1.1.debian.tar.xz]
Beheerders:
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
Go implementation of RFC 2617 HTTP Authentication
This package contains the 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.
import "github/jimstudt/http-authentication/basic" import "github/jimstudt/http-authentication/digest"