Sha256: 7f52dca4aa687ecc9a1ceb2435fbe492fc4af1f2fc117fe04175ff6cad8bf3ff
Contents?: true
Size: 817 Bytes
Versions: 6
Compression:
Stored size: 817 Bytes
Contents
# frozen_string_literal: true ## # This file is part of WhatWeb and may be subject to # redistribution and commercial restrictions. Please see the WhatWeb # web site for more information on licensing and terms of use. # http://www.morningstarsecurity.com/research/whatweb ## WhatWeb::Plugin.define "Comanche" do @author = "Brendan Coles <bcoles@gmail.com>" # 2011-08-24 @version = "0.1" @description = "Comanche is an open-source web server for Squeak. Comanche contains the server framework, which makes it possible to develop web applications entirely in Squeak, without the need to run an external web server." @website = "http://wiki.squeak.org/swiki" # Matches # @matches = [ # Version Detection # HTTP Server Header { search: "headers[server]", version: /^Comanche\/([^\s]+)/ }, ] end
Version data entries
6 entries across 6 versions & 1 rubygems