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.

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

mercurial