Class: InspectionServlet
- Inherits:
-
BasicServlet
- Object
- WEBrick::HTTPServlet::AbstractServlet
- BasicServlet
- InspectionServlet
- Defined in:
- lib/hanoi/webrick.rb
Instance Method Summary collapse
Methods inherited from BasicServlet
Instance Method Details
#do_GET(req, res) ⇒ Object
80 81 82 83 84 85 |
# File 'lib/hanoi/webrick.rb', line 80 def do_GET(req, res) prevent_caching(res) res['Content-Type'] = "application/json" res.body = req.to_json raise WEBrick::HTTPStatus::OK end |