HTTPVersion.rb — presentation of HTTP version
Author: IPR — Internet Programming with Ruby — writers Copyright (c) 2002 Internet Programming with Ruby writers. All rights reserved.
$IPR: httpversion.rb,v 1.5 2002/09/21 12:23:37 gotoyuzo Exp $
| VERSION | = | "1.3.1" |
| NullReader | = | Object.new |
| CR | = | "\x0d" |
| LF | = | "\x0a" |
| CRLF | = | "\x0d\x0a" |