httpauth/authenticator.rb — Authenticator mix-in module.
Author: IPR — Internet Programming with Ruby — writers Copyright (c) 2003 Internet Programming with Ruby writers. All rights reserved.
$IPR: authenticator.rb,v 1.3 2003/02/20 07:15:47 gotoyuzo Exp $
| CR | = | "\x0d" |
| LF | = | "\x0a" |
| CRLF | = | "\x0d\x0a" |
| NullReader | = | Object.new |
| VERSION | = | "1.3.1" |