るりまサーチ

最速Rubyリファレンスマニュアル検索!
24件ヒット [1-24件を表示] (0.018秒)
トップページ > クエリ:query[x] > クエリ:query_string=[x]

別のキーワード

  1. win32ole ole_query_interface
  2. cgi query_string
  3. httprequest query_string=
  4. cgi/core query_string
  5. httprequest query_string

ライブラリ

クラス

検索結果

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

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

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

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

ruby 1.8.4 feature (54.0)

ruby 1.8.4 feature ruby 1.8.4 での ruby 1.8.3 からの変更点です。

...ruby 1.8.4 feature/WEBrick::Config::FileHandler [compat]>))
* ((<ruby 1.8.4 feature/WEBrick>))
* ((<ruby 1.8.4 feature/WEBrick::HTTPRequest#query_string= [new]>))
* ((<ruby 1.8.4 feature/Readline [bug]>))
* ((<ruby 1.8.4 feature/Syck [bug]>))
* ((<ruby 1.8.4 feature/irb [bug]>))
* ((<rub...
...ebrick/cgi.rb (WEBrick::CGI#start): req.query_string should
# refer the value of QUERY_STRING. [ruby-list:41186]

WEBrick::CGI#startでreq.query_stringがオリジナルの
QUERY
_STRINGを指すように。

: WEBrick::HTTPRequest#query_string= [new]

#Wed Sep 28 15:14:19 2005 GOTOU...
...Yuuzou <gotoyuzo@notwork.org>
#
# * lib/webrick/httprequest.rb (WEBrick::HTTPRequest#query_string=):
# add new method.

メソッド追加。

: Readline [bug]

#Mon Oct 31 03:19:36 2005 Yukihiro Matsumoto <matz@ruby-lang.org>
#
# * ext/readline/readline.c (readline_readl...