mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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
|
||
|---|---|---|
| .. | ||
| .htaccess | ||
| test_cgi.rb | ||
| test_config.rb | ||
| test_cookie.rb | ||
| test_do_not_reverse_lookup.rb | ||
| test_filehandler.rb | ||
| test_htgroup.rb | ||
| test_htmlutils.rb | ||
| test_httpauth.rb | ||
| test_httpproxy.rb | ||
| test_httprequest.rb | ||
| test_httpresponse.rb | ||
| test_https.rb | ||
| test_httpserver.rb | ||
| test_httputils.rb | ||
| test_httpversion.rb | ||
| test_server.rb | ||
| test_ssl_server.rb | ||
| test_utils.rb | ||
| utils.rb | ||
| webrick.cgi | ||
| webrick.rhtml | ||
| webrick_long_filename.cgi | ||