mirror of
https://github.com/foss42/apidash.git
synced 2025-12-02 18:57:05 +08:00
refactor for digest
This commit is contained in:
@@ -23,6 +23,9 @@ enum APIAuthType {
|
||||
final String displayType;
|
||||
}
|
||||
|
||||
const kDigestAlgos = ['MD5', 'MD5-sess', 'SHA-256', 'SHA-256-sess'];
|
||||
const kQop = ['auth', 'auth-int'];
|
||||
|
||||
enum HTTPVerb {
|
||||
get("GET"),
|
||||
head("HEAD"),
|
||||
|
||||
Reference in New Issue
Block a user