Flowdock

accesslog.rb – Access log handling utilities

Author: IPR – Internet Programming with Ruby – writers Copyright © 2002 keita yamaguchi Copyright © 2002 Internet Programming with Ruby writers

$IPR: accesslog.rb,v 1.1 2002/10/01 17:16:32 gotoyuzo Exp $

Constants

NullReader = Object.new

VERSION = "1.3.1"

CR = "\x0d"

LF = "\x0a"

CRLF = "\x0d\x0a"

Attributes

Show files where this module is defined (33 files)
Register or log in to add new notes.