lib/em-http-server/server.rb in em-http-server-0.1.0 vs lib/em-http-server/server.rb in em-http-server-0.1.1
- old
+ new
@@ -1,9 +1,9 @@
require 'rubygems'
require 'eventmachine'
module EventMachine
- module Http
+ module HttpServer
class Server < EM::P::HeaderAndContentProtocol
# everything starts from here.
# Protocol::HeaderAndContentProtocol does the dirty job for us
# it will pass headers and content, we just need to parse the headers
\ No newline at end of file