instance method WEBrick::HTTPServlet::ProcHandler#do_GET

do_GET(request, response) -> ()[permalink][rdoc][edit]
do_POST(request, response) -> ()

GET, POST リクエストを処理します。

[PARAM] request:
クライアントからのリクエストを表す WEBrick::HTTPRequest オブジェクトです。
[PARAM] response:
クライアントへのレスポンスを表す WEBrick::HTTPResponse オブジェクトです。