testing/xpcshell/node-spdy/lib/spdy/protocol/v2/dictionary.js

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

michael@0 1 exports.dictionary = new Buffer([
michael@0 2 'optionsgetheadpostputdeletetraceacceptaccept-charsetaccept-encodingaccept-',
michael@0 3 'languageauthorizationexpectfromhostif-modified-sinceif-matchif-none-matchi',
michael@0 4 'f-rangeif-unmodifiedsincemax-forwardsproxy-authorizationrangerefererteuser',
michael@0 5 '-agent10010120020120220320420520630030130230330430530630740040140240340440',
michael@0 6 '5406407408409410411412413414415416417500501502503504505accept-rangesageeta',
michael@0 7 'glocationproxy-authenticatepublicretry-afterservervarywarningwww-authentic',
michael@0 8 'ateallowcontent-basecontent-encodingcache-controlconnectiondatetrailertran',
michael@0 9 'sfer-encodingupgradeviawarningcontent-languagecontent-lengthcontent-locati',
michael@0 10 'oncontent-md5content-rangecontent-typeetagexpireslast-modifiedset-cookieMo',
michael@0 11 'ndayTuesdayWednesdayThursdayFridaySaturdaySundayJanFebMarAprMayJunJulAugSe',
michael@0 12 'pOctNovDecchunkedtext/htmlimage/pngimage/jpgimage/gifapplication/xmlapplic',
michael@0 13 'ation/xhtmltext/plainpublicmax-agecharset=iso-8859-1utf-8gzipdeflateHTTP/1',
michael@0 14 '.1statusversionurl\x00'
michael@0 15 ].join(''));

mercurial