add StreamProtocol; fix docs

This commit is contained in:
aler9
2020-07-19 17:42:53 +02:00
parent 6806ec79c0
commit 511d109e8d
4 changed files with 49 additions and 23 deletions

View File

@@ -20,7 +20,10 @@ func md5Hex(in string) string {
type AuthMethod int
const (
// basic authentication method
Basic AuthMethod = iota
// digest authentication method
Digest
)