1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/lib/webrick
normal 08bdbef5ca webrick: add Server Name Indication (SNI)
* lib/webrick/https.rb: servername_cb implementation.
* lib/webrick/ssl.rb: abstract servername_cb.
* test/webrick/test_https.rb: test.
  [ruby-dev:50165] [Feature #13729]
  Author: Tietew <tietew@gmail.com>

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59281 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2017-07-07 17:09:39 +00:00
..
httpauth lib/*: remove closed checks 2016-11-21 23:05:41 +00:00
httpservlet webrick: filter out HTTP_PROXY for CGIHandler 2016-07-22 16:43:12 +00:00
accesslog.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
cgi.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
compat.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
config.rb Delay Utils.getservername until needed. 2016-12-07 12:59:48 +00:00
cookie.rb * lib/cgi/cookie.rb (parse): don't allow , as a separator. [Bug #12791] 2016-09-27 03:17:47 +00:00
htmlutils.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
httpauth.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
httpproxy.rb stdlib: avoid extra calls to eliminate "\n" from Base64 2016-01-10 00:35:43 +00:00
httprequest.rb Multiple values X-Forwarded-Proto in webrick 2016-06-21 10:32:26 +00:00
httpresponse.rb * lib/webrick/httpresponse.rb: Move error_body to method. It allow to 2016-03-29 03:45:32 +00:00
https.rb webrick: add Server Name Indication (SNI) 2017-07-07 17:09:39 +00:00
httpserver.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
httpservlet.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
httpstatus.rb * lib/webrick/httpstatus.rb: Added HTTP 451 Status Code. 2015-12-30 11:45:52 +00:00
httputils.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
httpversion.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
log.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
server.rb webrick/server: use symbol proc 2016-11-23 23:14:15 +00:00
ssl.rb webrick: add Server Name Indication (SNI) 2017-07-07 17:09:39 +00:00
utils.rb webrick: use monotonic clock for timeouts 2016-10-14 01:48:52 +00:00
version.rb Merge gemspec from ruby/webrick. 2017-05-01 10:20:35 +00:00
webrick.gemspec Make string literal to frozen object on gemspec of defulte gems. 2017-06-19 13:03:06 +00:00