instance method WEBrick::HTTPServlet::ProcHandler#do_GET
do_GET(request, response) -> ()do_POST(request, response) -> ()-
GET, POST リクエストを処理します。
- [PARAM] request:
- クライアントからのリクエストを表す WEBrick::HTTPRequest オブジェクトです。
- [PARAM] response:
- クライアントへのレスポンスを表す WEBrick::HTTPResponse オブジェクトです。
class WEBrick::HTTPServlet::ProcHandler