MCPcopy Create free account
hub / github.com/couchbase/sync_gateway / GetBasicAuthHeader

Function GetBasicAuthHeader

rest/utilities_testing_user.go:79–81  ·  view source on GitHub ↗
(_ testing.TB, username, password string)

Source from the content-addressed store, hash-verified

77}
78
79func GetBasicAuthHeader(_ testing.TB, username, password string) string {
80 return "Basic " + base64.StdEncoding.EncodeToString([]byte(username+":"+password))
81}

Calls

no outgoing calls