proxy: update vendor
Signed-off-by: Evan Hazlett <ejhazlett@gmail.com>
This commit is contained in:
parent
7574b334cc
commit
15619b08f8
592 changed files with 148411 additions and 20678 deletions
13
vendor/github.com/jimstudt/http-authentication/README.md
generated
vendored
Normal file
13
vendor/github.com/jimstudt/http-authentication/README.md
generated
vendored
Normal file
|
|
@ -0,0 +1,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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue