るりまサーチ (Ruby 2.6.0)

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

別のキーワード

  1. request new
  2. http request_put
  3. http request_get
  4. http request_post
  5. http request_head

ライブラリ

キーワード

検索結果

WEBrick::HTTPRequest#query_string -> String (18658.0)

リクエスト URI のクエリーを文字列で表すアクセサです。 デフォルトは request_uri.query です。

リクエスト URI のクエリーを文字列で表すアクセサです。
デフォルトは request_uri.query です。

WEBrick::HTTPRequest#query_string=(value) (18355.0)

リクエスト URI のクエリーを文字列で表すアクセサです。 デフォルトは request_uri.query です。

リクエスト URI のクエリーを文字列で表すアクセサです。
デフォルトは request_uri.query です。

@param value クエリーを表す文字列を指定します。