Class: SlowServlet

Inherits:
BasicServlet
  • Object
show all
Defined in:
lib/hanoi/webrick.rb

Instance Method Summary collapse

Methods inherited from BasicServlet

#do_POST

Instance Method Details

#do_GET(req, res) ⇒ Object



67
68
69
70
# File 'lib/hanoi/webrick.rb', line 67

def do_GET(req, res)
  sleep(2)
  super
end