るりまサーチ (Ruby 2.7.0)

最速Rubyリファレンスマニュアル検索!
2件ヒット [1-2件を表示] (0.044秒)
トップページ > 種類:インスタンスメソッド[x] > クエリ:post[x] > バージョン:2.7.0[x] > ライブラリ:webrick/httpservlet/cgihandler[x]

別のキーワード

  1. webrick/httpservlet do_post
  2. net/http post
  3. http post
  4. http post2
  5. net/http post2

キーワード

検索結果

WEBrick::HTTPServlet::CGIHandler#do_POST(request, response) -> () (9361.0)

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

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

@param request WEBrick::HTTPRequest のインスタンスを指定します。

@param response WEBrick::HTTPResponse のインスタンスを指定します。

WEBrick::HTTPServlet::CGIHandler#do_GET(request, response) -> () (61.0)

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

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

@param request WEBrick::HTTPRequest のインスタンスを指定します。

@param response WEBrick::HTTPResponse のインスタンスを指定します。