http-access.rb 文件在哪里?

Where is the http-access.rb file?

在 ruby 标准库中有一个名为 net/http.rb 的文件。

页面顶部有一条评论:

# 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".

http-access.rb 文件在哪里?

我在 Japanese mailing list 上发现了一个类似的问题,但似乎并没有真正回答这个问题。

编辑

已在 mbigras/http-access

恢复文件

mailing-list 线程实际上包含答案:here's a mail linking to a RAA project. The Ruby Application Archive (RAA) was a very basic precursor to RubyGems (simplified explanation) created by none other than Yukihiro “matz” Matsumoto himself. It's defunct since 2013 but thankfully the Internet Archive has archived the http-access project page

版本的直接链接:0.0.4p2 and 0.0.4p3 (note: the earliest version of net/http 早于两者)