Flowdock

HTTPVersion.rb – presentation of HTTP version

Author: IPR – Internet Programming with Ruby – writers Copyright © 2002 Internet Programming with Ruby writers. All rights reserved.

$IPR: httpversion.rb,v 1.5 2002/09/21 12:23:37 gotoyuzo Exp $


version.rb – version and release date

Author: IPR – Internet Programming with Ruby – writers Copyright © 2000 TAKAHASHI Masayoshi, GOTOU YUUZOU Copyright © 2003 Internet Programming with Ruby writers. All rights reserved.

$IPR: version.rb,v 1.74 2003/07/22 19:20:43 gotoyuzo Exp $


log.rb – Log Class

Author: IPR – Internet Programming with Ruby – writers Copyright © 2000, 2001 TAKAHASHI Masayoshi, GOTOU Yuuzou Copyright © 2002 Internet Programming with Ruby writers. All rights reserved.

$IPR: log.rb,v 1.26 2002/10/06 17:06:10 gotoyuzo Exp $


httpstatus.rb – HTTPStatus Class

Author: IPR – Internet Programming with Ruby – writers Copyright © 2000, 2001 TAKAHASHI Masayoshi, GOTOU Yuuzou Copyright © 2002 Internet Programming with Ruby writers. All rights reserved.

$IPR: httpstatus.rb,v 1.11 2003/03/24 20:18:55 gotoyuzo Exp $


htmlutils.rb – HTMLUtils Module

Author: IPR – Internet Programming with Ruby – writers Copyright © 2000, 2001 TAKAHASHI Masayoshi, GOTOU Yuuzou Copyright © 2002 Internet Programming with Ruby writers. All rights reserved.

$IPR: htmlutils.rb,v 1.7 2002/09/21 12:23:35 gotoyuzo Exp $


httpauth/authenticator.rb – Authenticator mix-in module.

Author: IPR – Internet Programming with Ruby – writers Copyright © 2003 Internet Programming with Ruby writers. All rights reserved.

$IPR: authenticator.rb,v 1.3 2003/02/20 07:15:47 gotoyuzo Exp $


httpauth/userdb.rb – UserDB mix-in module.

Author: IPR – Internet Programming with Ruby – writers Copyright © 2003 Internet Programming with Ruby writers. All rights reserved.

$IPR: userdb.rb,v 1.2 2003/02/20 07:15:48 gotoyuzo Exp $


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

FakeProxyURI = Object.new

VERSION = "1.3.1"

CR = "\x0d"

LF = "\x0a"

CRLF = "\x0d\x0a"

Attributes

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