るりまサーチ (Ruby 2.1.0)

最速Rubyリファレンスマニュアル検索!
4件ヒット [1-4件を表示] (0.073秒)
トップページ > バージョン:2.1.0[x] > 種類:インスタンスメソッド[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 (18607.0)

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

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

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

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

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

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

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

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

WEBrick::HTTPRequest#continue (18307.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.