[ 原始碼: golang-github-goji-httpauth ]
套件:golang-github-goji-httpauth-dev(0.0~git20160601.2da839a-3)
golang-github-goji-httpauth-dev 的相關連結
Debian 的資源:
下載原始碼套件 golang-github-goji-httpauth:
- [golang-github-goji-httpauth_0.0~git20160601.2da839a-3.dsc]
- [golang-github-goji-httpauth_0.0~git20160601.2da839a.orig.tar.xz]
- [golang-github-goji-httpauth_0.0~git20160601.2da839a-3.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
- golang-github-appleboy-gin-jwt-dev
- golang-github-unrolled-secure-dev
- golang-github-meowgorithm-babylogger-dev
- golang-goji-dev
- golang-github-gin-contrib-gzip-dev
- golang-github-gorilla-handlers-dev
- golang-github-justinas-alice-dev
- golang-github-abbot-go-http-auth-dev
- golang-github-codegangsta-negroni-dev
- ruby-httpauth
- golang-github-gin-gonic-gin-dev
HTTP Authentication middleware
This package provides HTTP Basic Authentication middleware for Go. It is compatible with Go's own net/http, goji, Gin and anything that speaks the http.Handler interface.
Example httpauth provides a SimpleBasicAuth function to get you up and running.