ruby/lib/webrick
normal 4038d0137f webrick: add the ability to override res, req creation
So that a customized HTTPServer subclass can use it's own
Request/Response classes.

To apply the override, make a subclass of WEBrick::HTTPServer
and override the
`create_request_and_response(with_webrick_config)` method. The
method should return an Array of [request, response].

To check whether the Server supports this method (i.e. when
using older versions of WEBrick when needing this
functionality), you can ask the server if it responds to the
method

    server.respond_to?(:create_request_and_response)

This is backportable.

[ruby-core:69604] [Feature #11266]

From: Julik Tarkhanov <me@julik.nl>

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66452 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2018-12-19 11:08:05 +00:00
..
httpauth lib/*: Prefer require_relative over require. 2018-11-02 17:52:33 +00:00
httpservlet lib/webrick: explicitly convert header values to a string 2018-11-26 05:29:45 +00:00
.document Ignore gemspec under the lib directory for documentation. 2017-12-12 08:34:13 +00:00
accesslog.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
cgi.rb lib/*: Prefer require_relative over require. 2018-11-02 17:52:33 +00:00
compat.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
config.rb lib/*: Prefer require_relative over require. 2018-11-02 17:52:33 +00:00
cookie.rb lib/*: Prefer require_relative over require. 2018-11-02 17:52:33 +00:00
htmlutils.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
httpauth.rb lib/*: Prefer require_relative over require. 2018-11-02 17:52:33 +00:00
httpproxy.rb lib/*: Prefer require_relative over require. 2018-11-02 17:52:33 +00:00
httprequest.rb lib/*: Prefer require_relative over require. 2018-11-02 17:52:33 +00:00
httpresponse.rb lib/webrick: explicitly convert header values to a string 2018-11-26 05:29:45 +00:00
https.rb lib/*: Prefer require_relative over require. 2018-11-02 17:52:33 +00:00
httpserver.rb webrick: add the ability to override res, req creation 2018-12-19 11:08:05 +00:00
httpservlet.rb lib/*: Prefer require_relative over require. 2018-11-02 17:52:33 +00:00
httpstatus.rb lib/*: Prefer require_relative over require. 2018-11-02 17:52:33 +00:00
httputils.rb webrick/httputils: note Kernel#open behavior 2017-12-22 01:08:05 +00:00
httpversion.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
log.rb webrick: WEBrick::Log requires path arg when given string 2017-12-22 01:07:55 +00:00
server.rb lib/*: Prefer require_relative over require. 2018-11-02 17:52:33 +00:00
ssl.rb webrick: fix tests on Debian sid/unstable with OpenSSL 1.1.1a 2018-12-03 04:51:08 +00:00
utils.rb Add uplevel keyword to Kernel#warn and use it 2017-12-12 11:56:25 +00:00
version.rb webrick 1.4.2 2017-12-24 08:38:43 +00:00
webrick.gemspec default gems: add missing comment in gemspec 2018-10-12 19:58:11 +00:00