NetServices: Add support for Basic authentication

Change-Id: I304104f7096fd935212e1bfa3e988e7945cb5cec
This commit is contained in:
Niels Sascha Reedijk
2022-05-29 15:13:54 +01:00
parent f751534257
commit f9d9d20245
7 changed files with 179 additions and 4 deletions
@@ -75,6 +75,9 @@ private:
};
BString encode_to_base64(const BString& string);
}
}