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

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/testing/xpcshell/node-spdy/lib/spdy/protocol/v2/dictionary.js	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,15 @@
     1.4 +exports.dictionary = new Buffer([
     1.5 +  'optionsgetheadpostputdeletetraceacceptaccept-charsetaccept-encodingaccept-',
     1.6 +  'languageauthorizationexpectfromhostif-modified-sinceif-matchif-none-matchi',
     1.7 +  'f-rangeif-unmodifiedsincemax-forwardsproxy-authorizationrangerefererteuser',
     1.8 +  '-agent10010120020120220320420520630030130230330430530630740040140240340440',
     1.9 +  '5406407408409410411412413414415416417500501502503504505accept-rangesageeta',
    1.10 +  'glocationproxy-authenticatepublicretry-afterservervarywarningwww-authentic',
    1.11 +  'ateallowcontent-basecontent-encodingcache-controlconnectiondatetrailertran',
    1.12 +  'sfer-encodingupgradeviawarningcontent-languagecontent-lengthcontent-locati',
    1.13 +  'oncontent-md5content-rangecontent-typeetagexpireslast-modifiedset-cookieMo',
    1.14 +  'ndayTuesdayWednesdayThursdayFridaySaturdaySundayJanFebMarAprMayJunJulAugSe',
    1.15 +  'pOctNovDecchunkedtext/htmlimage/pngimage/jpgimage/gifapplication/xmlapplic',
    1.16 +  'ation/xhtmltext/plainpublicmax-agecharset=iso-8859-1utf-8gzipdeflateHTTP/1',
    1.17 +  '.1statusversionurl\x00'
    1.18 +].join(''));

mercurial