1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-09 00:00:04 +01:00

http: x-amn-dss-signature header

This commit is contained in:
Gang Chen 2021-02-09 16:44:28 +00:00 committed by Andy Green
parent 1f019f99f4
commit 54110778ab
3 changed files with 2491 additions and 2326 deletions

View file

@ -336,6 +336,7 @@ enum lws_token_indexes {
WSI_TOKEN_COLON_PROTOCOL,
#endif
WSI_TOKEN_X_AUTH_TOKEN,
WSI_TOKEN_DSS_SIGNATURE,
/****** add new things just above ---^ ******/

View file

@ -129,6 +129,7 @@ static const char * const set[] = {
#endif
"x-auth-token:",
"x-amzn-dss-signature:",
"", /* not matchable */

File diff suppressed because it is too large Load diff