X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=lib%2Fenum.js;h=984e19bbf541500504e407a9e25a8d5184b88ac9;hb=91ccbf258b9f21a3c82f714c5fbb965644279bf4;hp=dcec1310229a72f00b8da3460c8d3c407c9f46db;hpb=6765ef39a3020bf6b3aa0b55a9d2eeacf3807af6;p=squeep-indieauth-helper diff --git a/lib/enum.js b/lib/enum.js index dcec131..984e19b 100644 --- a/lib/enum.js +++ b/lib/enum.js @@ -12,8 +12,10 @@ module.exports = { Header: { Accept: 'Accept', + Authorization: 'Authorization', ContentType: 'Content-Type', Link: 'Link', UserAgent: 'User-Agent', + WWWAuthenticate: 'WWW-Authenticate', }, }; \ No newline at end of file