Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions lib/net/http.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1825,6 +1825,8 @@ def HTTP.Proxy(p_addr = :ENV, p_port = nil, p_user = nil, p_pass = nil, p_use_ss
}
end

# :startdoc:

class << HTTP
# Returns true if self is a class which was created by HTTP::Proxy.
def proxy_class?
Expand Down Expand Up @@ -1948,6 +1950,7 @@ def edit_path(path)
path
end
end
# :startdoc:

#
# HTTP operations
Expand Down