class Contraption::HttpHandler

Public Instance Methods

handle(request) click to toggle source
# File lib/contraption/http_handler.rb, line 7
def handle request
  request
end
protocol() click to toggle source
# File lib/contraption/http_handler.rb, line 3
def protocol
  :http
end