Module: WEBrick
- Defined in:
- lib/capsium/reactor.rb
Overview
WEBrick's ProcHandler only dispatches do_GET/do_POST/do_PUT; the
writable-package API (REST CRUD, content writes) also needs DELETE
and PATCH. AbstractServlet#service looks the do_
Defined Under Namespace
Modules: HTTPServlet