In the ruby standard library there is a file called net/http.rb
.
Towards the top of the page there is a comment:
# Copyright (c) 1999-2007 Yukihiro Matsumoto
# Copyright (c) 1999-2007 Minero Aoki
# Copyright (c) 2001 GOTOU Yuuzou
#
# Written and maintained by Minero Aoki <aamine@loveruby.net>.
# HTTPS support added by GOTOU Yuuzou <gotoyuzo@notwork.org>.
#
# This file is derived from "http-access.rb".
Where is the http-access.rb
file?
I found a similar question on a Japanese mailing list but it doesn't seem like the question was actually answered.
Edit
Recovered files at mbigras/http-access