るりまサーチ

最速Rubyリファレンスマニュアル検索!
60件ヒット [1-60件を表示] (0.023秒)
トップページ > クエリ: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 (6201.0)

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

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

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

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

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

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

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

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

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

WEBrick::HTTPRequest.new(config) -> WEBrick::HTTPRequest (101.0)

WEBrick::HTTPRequest を生成して返します。

...
WEBrick::HTTPRequest
を生成して返します。

@param config 設定を保持したハッシュを指定します。...

絞り込み条件を変える