httplib: fix unstable test, do not use httplib.org
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
|
||||
// Package auth provides handlers to enable basic auth support.
|
||||
// Simple Usage:
|
||||
//
|
||||
// import(
|
||||
// "github.com/beego/beego/v2"
|
||||
// "github.com/beego/beego/v2/server/web/filter/auth"
|
||||
@@ -25,7 +26,6 @@
|
||||
// beego.Run()
|
||||
// }
|
||||
//
|
||||
//
|
||||
// Advanced Usage:
|
||||
//
|
||||
// func SecretAuth(username, password string) bool {
|
||||
|
||||
Reference in New Issue
Block a user