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 $
VERSION | = | "1.3.1" |
CR | = | "\x0d" |
LF | = | "\x0a" |
CRLF | = | "\x0d\x0a" |
NullReader | = | Object.new |