We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6ea4c1 commit 0e5a8fbCopy full SHA for 0e5a8fb
lib/net/http/persistent.rb
@@ -285,7 +285,9 @@ def self.detect_idle_timeout uri, max = 10
285
286
attr_reader :certificate
287
288
+ ##
289
# For Net::HTTP parity
290
+
291
alias cert certificate
292
293
##
@@ -379,7 +381,9 @@ def self.detect_idle_timeout uri, max = 10
379
381
380
382
attr_reader :private_key
383
384
385
386
387
alias key private_key
388
389
0 commit comments