class Qwik::WEBrickResponse

Public Instance Methods

set_config() click to toggle source
# File vendor/qwik/lib/qwik/server-webrick.rb, line 16
def set_config
  @config.update(WEBrick::Config::HTTP)
end