Module: RubyWolf

Defined in:
lib/ruby_wolf.rb,
lib/ruby_wolf/cli.rb,
lib/ruby_wolf/logger.rb,
lib/ruby_wolf/server.rb,
lib/ruby_wolf/worker.rb,
lib/ruby_wolf/handler.rb,
lib/ruby_wolf/version.rb,
lib/ruby_wolf/connection.rb,
lib/ruby_wolf/configuration.rb

Defined Under Namespace

Classes: CLI, Configuration, Connection, Handler, Logger, Server, Worker

Constant Summary collapse

MAIN_PID =
Process.pid
CRLF =
"\r\n".freeze
HEADER_ENDING =
"\r\n\r\n".freeze
READ_SIZE =
16 * 1024
VERSION =
"0.4.0"

Class Method Summary collapse

Class Method Details

.loggerObject



18
19
20
# File 'lib/ruby_wolf.rb', line 18

def self.logger
  @logger ||= RubyWolf::Logger.new(STDOUT)
end