るりまサーチ (Ruby 3.3)

最速Rubyリファレンスマニュアル検索!
5件ヒット [1-5件を表示] (0.017秒)
トップページ > クエリ:on[x] > バージョン:3.3[x] > クラス:WEBrick::HTTPRequest[x]

別のキーワード

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

ライブラリ

キーワード

検索結果

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

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

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

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

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

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

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

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

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

WEBrick::HTTPRequest#continue (18304.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 (304.0)

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

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

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

絞り込み条件を変える