Class: Contraption::HttpHandler

Inherits:
Object
  • Object
show all
Defined in:
lib/contraption/http_handler.rb

Instance Method Summary collapse

Instance Method Details

#handle(request) ⇒ Object



7
8
9
# File 'lib/contraption/http_handler.rb', line 7

def handle request
  request
end

#protocolObject



3
4
5
# File 'lib/contraption/http_handler.rb', line 3

def protocol
  :http
end