Merge pull request #780 from toastal/cowboy

Added Cowboy
main
Elbert Alias 10 years ago
commit 09b840ff6a

@ -623,9 +623,9 @@
"Ckan": {
"website": "ckan.org/",
"cats": [ 1 ],
"headers": {
"headers": {
"Access-Control-Allow-Headers": "X-CKAN-API-KEY",
"Link": "<http://ckan.org/>; rel=shortlink"
"Link": "<http://ckan.org/>; rel=shortlink"
},
"implies": [ "Python", "Solr", "Java", "PostgreSQL\\;confidence:80" ]
},
@ -778,6 +778,12 @@
"cats": [ 22 ],
"headers": { "Server": "CouchDB/([\\d.]+)\\;version:\\1" }
},
"Cowboy": {
"website": "ninenines.eu",
"cats": [ 18, 22 ],
"headers": { "Server": "Cowboy" },
"implies": "Erlang"
},
"cPanel": {
"website": "www.cpanel.net",
"cats": [ 9 ],

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB