class WEBrick::HTTPServer
Public Instance Methods
service(req,res)
click to toggle source
# File lib/core/webrick.rb, line 10 def service(req,res) # to get req.properties to the response object res._rwfp_set_user_agent( req.meta_vars['HTTP_USER_AGENT'] ) res._rwfp_set_options( {} ) _rwfp_the_original_service_method(req,res) end
Also aliased as: _rwfp_the_original_service_method