Class: BitClust::Interface::WEBrickServlet
- Inherits:
-
WEBrick::HTTPServlet::AbstractServlet
- Object
- WEBrick::HTTPServlet::AbstractServlet
- BitClust::Interface::WEBrickServlet
- Defined in:
- lib/bitclust/interface.rb
Instance Method Summary collapse
- #do_GET(wreq, wres) ⇒ Object (also: #do_POST)
Instance Method Details
#do_GET(wreq, wres) ⇒ Object Also known as: do_POST
80 81 82 |
# File 'lib/bitclust/interface.rb', line 80 def do_GET(wreq, wres) @options.first.handle(wreq).update wres end |