class TestRequestWEBrick

Public Instance Methods

test_all() click to toggle source
# File vendor/qwik/lib/qwik/request-webrick.rb, line 72
def test_all
  config = Qwik::Config.new
  req = Qwik::Request.new(config)

  c = Qwik::Request

  # not yet
end