diff options
Diffstat (limited to 'lib/webrick/https.rb')
| -rw-r--r-- | lib/webrick/https.rb | 25 |
1 files changed, 1 insertions, 24 deletions
diff --git a/lib/webrick/https.rb b/lib/webrick/https.rb index 9194f9411c..dd9d178618 100644 --- a/lib/webrick/https.rb +++ b/lib/webrick/https.rb @@ -15,28 +15,8 @@ module WEBrick HTTP.update(SSL) end - ## - #-- - # Adds SSL functionality to WEBrick::HTTPRequest - class HTTPRequest - - ## - # HTTP request SSL cipher - - attr_reader :cipher - - ## - # HTTP request server certificate - - attr_reader :server_cert - - ## - # HTTP request client certificate - - attr_reader :client_cert - - # :stopdoc: + attr_reader :cipher, :server_cert, :client_cert alias orig_parse parse @@ -58,7 +38,6 @@ module WEBrick end return orig_parse_uri(str) end - private :parse_uri alias orig_meta_vars meta_vars @@ -80,7 +59,5 @@ module WEBrick end meta end - - # :startdoc: end end |
