套件:golang-github-jimstudt-http-authentication-dev(0.0~git20140401.3eca13d-1.1)
golang-github-jimstudt-http-authentication-dev 的相關連結
Debian 的資源:
下載原始碼套件 golang-github-jimstudt-http-authentication:
- [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]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
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"