class WEBrick::HTTPServer

Public Instance Methods

_rwfp_the_original_service_method(req,res)
Alias for: service
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