[ 源代码: 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.