mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-25 15:19:21 +01:00
fixed GH #478: HTTPCredentials and HTTPAuthenticationParams support multiple WWW-Authenticate headers
This commit is contained in:
@@ -30,11 +30,13 @@ public:
|
||||
void testProxyBasicCredentials();
|
||||
void testBadCredentials();
|
||||
void testAuthenticationParams();
|
||||
void testAuthenticationParamsMultipleHeaders();
|
||||
void testDigestCredentials();
|
||||
void testDigestCredentialsQoP();
|
||||
void testCredentialsBasic();
|
||||
void testProxyCredentialsBasic();
|
||||
void testCredentialsDigest();
|
||||
void testCredentialsDigestMultipleHeaders();
|
||||
void testProxyCredentialsDigest();
|
||||
void testExtractCredentials();
|
||||
void testVerifyAuthInfo();
|
||||
|
||||
Reference in New Issue
Block a user