accesslog.rb — Access log handling utilities
Author: IPR — Internet Programming with Ruby — writers Copyright (c) 2002 keita yamaguchi Copyright (c) 2002 Internet Programming with Ruby writers
$IPR: accesslog.rb,v 1.1 2002/10/01 17:16:32 gotoyuzo Exp $
CR | = | "\x0d" |
LF | = | "\x0a" |
CRLF | = | "\x0d\x0a" |
VERSION | = | "1.3.1" |
NullReader | = | Object.new |