Class: Contraption::HttpHandler
- Inherits:
-
Object
- Object
- Contraption::HttpHandler
- 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 |
#protocol ⇒ Object
3 4 5 |
# File 'lib/contraption/http_handler.rb', line 3 def protocol :http end |