module Genesis::Http::Protocol

Implement support for HTTP protocol Levering sinatra_async, and the fact that thin uses eventmachine

Public Class Methods

protocol() click to toggle source
# File lib/genesis/protocol/http/protocol.rb, line 14
def self.protocol
  :http
end
start_block() click to toggle source
# File lib/genesis/protocol/http/protocol.rb, line 10
def self.start_block
  proc { Server.start_server }
end