Merge pull request #780 from toastal/cowboy

Added Cowboy
main
Elbert Alias 11 years ago
commit 09b840ff6a

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB