るりまサーチ

最速Rubyリファレンスマニュアル検索!
48件ヒット [1-48件を表示] (0.072秒)
トップページ > 種類:インスタンスメソッド[x] > クエリ:on[x] > クラス:WEBrick::HTTPRequest[x]

別のキーワード

  1. optparse on
  2. optionparser on
  3. tracer on
  4. thread abort_on_exception
  5. socket udp_server_loop_on

ライブラリ

キーワード

検索結果

WEBrick::HTTPRequest#http_version -> WEBrick::HTTPVersion (6202.0)

リクエストの HTTP バージョンを表す WEBrick::HTTPVersion オブジェクトを返します。

...リクエストの HTTP バージョンを表す WEBrick::HTTPVersion オブジェクトを返します。...

WEBrick::HTTPRequest#content_length -> Integer (6102.0)

リクエストの Content-Length ヘッダの値を整数で返します。リクエストに Content-Length ヘッダ が含まれていない場合は 0 を返します。

...リクエストの Content-Length ヘッダの値を整数で返します。リクエストに Content-Length ヘッダ
が含まれていない場合は 0 を返します。...

WEBrick::HTTPRequest#content_type -> String | nil (6102.0)

リクエストの Content-Type ヘッダを文字列で返します。

...リクエストの Content-Type ヘッダを文字列で返します。...

WEBrick::HTTPRequest#continue (6102.0)

@todo 1.9.3 Generate HTTP/1.1 100 continue response if the client expects it, otherwise does nothing.

...@todo 1.9.3
Generate HTTP/1.1 100 continue response if the client expects it,
otherwise does nothing....