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:
parent
1f019f99f4
commit
54110778ab
3 changed files with 2491 additions and 2326 deletions
|
@ -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 ---^ ******/
|
||||
|
||||
|
|
|
@ -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
Loading…
Add table
Reference in a new issue