IndieAuth login support, allows viewing of topics related to profile
[websub-hub] / src / enum.js
index 96f094069316150ed91f935ab2e950c5be023f4d..b8eaf3e26d1f5786ab3260c233ec9106ecd8cd75 100644 (file)
@@ -15,10 +15,12 @@ const Enum = common.mergeDeep(DingusEnum, {
   
   Header: {
     Authorization: 'Authorization',
+    Cookie: 'Cookie',
     From: 'From',
     LastSeen: 'Last-Seen',
     Link: 'Link',
     Location: 'Location',
+    SetCookie: 'Set-Cookie',
     Signature: 'Signature',
     UserAgent: 'User-Agent',
     WWWAuthenticate: 'WWW-Authenticate',