Merge pull request #121 from q--/master

Added Rack::Cache
main
Elbert Alias 12 years ago
commit 5a83cd545d

@ -1194,6 +1194,11 @@
cats: [ 6 ], cats: [ 6 ],
html: /<a href="[^>]+opensolution\.org\/">Powered by/i html: /<a href="[^>]+opensolution\.org\/">Powered by/i
}, },
'Rack::Cache': {
cats: [ 22 ],
headers: { 'X-Rack-Cache': /.+/ },
implies: [ 'Ruby' ]
},
'Raphael': { 'Raphael': {
cats: [ 25 ], cats: [ 25 ],
script: /raphael.*\.js/, script: /raphael.*\.js/,

Loading…
Cancel
Save