1.5.0
This commit is contained in:
@@ -22,6 +22,8 @@ func (this *HTTPAuthPolicy) Init() error {
|
||||
this.method = NewHTTPAuthTypeCMethod()
|
||||
case HTTPAuthTypeTypeD:
|
||||
this.method = NewHTTPAuthTypeDMethod()
|
||||
case HTTPAuthTypeTypeE:
|
||||
this.method = NewHTTPAuthTypeEMethod()
|
||||
}
|
||||
|
||||
if this.method == nil {
|
||||
|
||||
Reference in New Issue
Block a user