Sha256: f41a42d7690f13358e453337870e7a2a189a92d226ca7671df624e678f8ba843

Contents?: true

Size: 351 Bytes

Versions: 39

Compression:

Stored size: 351 Bytes

Contents

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

class Puppet::Network::HTTP::RackHttpHandler

  # 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

39 entries across 39 versions & 2 rubygems

Version Path
puppet-3.4.3 lib/puppet/network/http/rack/httphandler.rb
puppet-3.4.2 lib/puppet/network/http/rack/httphandler.rb
puppet-3.4.1 lib/puppet/network/http/rack/httphandler.rb
puppet-3.4.0 lib/puppet/network/http/rack/httphandler.rb
puppet-3.4.0.rc2 lib/puppet/network/http/rack/httphandler.rb
puppet-3.4.0.rc1 lib/puppet/network/http/rack/httphandler.rb
puppet-3.3.2 lib/puppet/network/http/rack/httphandler.rb
puppet-3.3.1 lib/puppet/network/http/rack/httphandler.rb
puppet-3.3.1.rc3 lib/puppet/network/http/rack/httphandler.rb
puppet-3.3.1.rc2 lib/puppet/network/http/rack/httphandler.rb
puppet-3.3.1.rc1 lib/puppet/network/http/rack/httphandler.rb
puppet-3.3.0 lib/puppet/network/http/rack/httphandler.rb
puppet-3.3.0.rc3 lib/puppet/network/http/rack/httphandler.rb
puppet-3.3.0.rc2 lib/puppet/network/http/rack/httphandler.rb
puppet-3.2.4 lib/puppet/network/http/rack/httphandler.rb
puppet-3.2.3 lib/puppet/network/http/rack/httphandler.rb
puppet-3.2.3.rc1 lib/puppet/network/http/rack/httphandler.rb
puppet-3.2.2 lib/puppet/network/http/rack/httphandler.rb
puppet-3.2.1 lib/puppet/network/http/rack/httphandler.rb
puppet-3.2.1.rc1 lib/puppet/network/http/rack/httphandler.rb