Sha256: d6bb9bbe07c0f9632cb9c85a2be05f63c9aabbc8476393980a297bf11f8be97f

Contents?: true

Size: 375 Bytes

Versions: 63

Compression:

Stored size: 375 Bytes

Contents

require 'openssl'
require 'puppet/ssl/certificate'

class Puppet::Network::HTTP::RackHttpHandler

  def initialize
  end

  # do something useful with request (a Rack::Request) and use
  # response to fill your Rack::Response
  def process(request, response)
    raise NotImplementedError, "Your RackHttpHandler subclass is supposed to override service(request)"
  end

end

Version data entries

63 entries across 63 versions & 4 rubygems

Version Path
puppet-parse-0.1.4 lib/vendor/puppet/network/http/rack/httphandler.rb
puppet-parse-0.1.3 lib/vendor/puppet/network/http/rack/httphandler.rb
puppet-parse-0.1.2 lib/vendor/puppet/network/http/rack/httphandler.rb
puppet-parse-0.1.1 lib/vendor/puppet/network/http/rack/httphandler.rb
puppet-2.7.26 lib/puppet/network/http/rack/httphandler.rb
puppet-2.7.25 lib/puppet/network/http/rack/httphandler.rb
puppet-2.7.24 lib/puppet/network/http/rack/httphandler.rb
puppet-2.7.23 lib/puppet/network/http/rack/httphandler.rb
puppet-2.7.22 lib/puppet/network/http/rack/httphandler.rb
puppet-parse-0.1.0 lib/vendor/puppet/network/http/rack/httphandler.rb
puppet-parse-0.0.6 lib/vendor/puppet/network/http/rack/httphandler.rb
puppet-2.7.21 lib/puppet/network/http/rack/httphandler.rb
puppet-2.6.18 lib/puppet/network/http/rack/httphandler.rb
puppet-parse-0.0.5 lib/vendor/puppet/network/http/rack/httphandler.rb
puppet-parse-0.0.4 lib/vendor/puppet/network/http/rack/httphandler.rb
puppet-parse-0.0.2 lib/vendor/puppet/network/http/rack/httphandler.rb
puppet-2.7.20 lib/puppet/network/http/rack/httphandler.rb
puppet-2.7.20.rc1 lib/puppet/network/http/rack/httphandler.rb
librarian-puppet-0.9.4 vendor/gems/ruby/1.8/gems/puppet-2.7.18/lib/puppet/network/http/rack/httphandler.rb
puppet-2.7.19 lib/puppet/network/http/rack/httphandler.rb