るりまサーチ

最速Rubyリファレンスマニュアル検索!
528件ヒット [101-200件を表示] (0.068秒)
トップページ > クエリ:t[x] > ライブラリ:webrick/httprequest[x]

別のキーワード

  1. openssl t61string
  2. asn1 t61string
  3. matrix t
  4. t61string new
  5. fiddle type_size_t

クラス

キーワード

検索結果

<< < 1 2 3 4 ... > >>

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

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

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

WEBrick::HTTPRequest#continue (6102.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#host -> String (6102.0)

リクエスト URI の host を文字列で返します。

...リクエスト URI の host を文字列で返します。...

WEBrick::HTTPRequest#meta_vars -> Hash (6102.0)

メタ変数を返します。

...メタ変数を返します。

メタ変数は「The WWW Common Gateway Interface Version 1.1」のバージョン
3 で定義されています。

@see http://Web.Golux.Com/coar/cgi/...

WEBrick::HTTPRequest#path -> String (6102.0)

リクエスト URI のパスを表す文字列を返します。

リクエスト URI のパスを表す文字列を返します。

絞り込み条件を変える

WEBrick::HTTPRequest#path_info -> String (6102.0)

リクエスト URI のパスを文字列で返します。デフォルトは path と同じです。

...リクエスト URI のパスを文字列で返します。デフォルトは path と同じです。...

WEBrick::HTTPRequest#path_info=(value) (6102.0)

リクエスト URI のパスをセットします。

リクエスト URI のパスをセットします。

@param value リクエスト URI のパスを指定します。

WEBrick::HTTPRequest#port -> String (6102.0)

サーバのポートを文字列で返します。

サーバのポートを文字列で返します。

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

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

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

@param value クエリーを表す文字列を指定します。...
<< < 1 2 3 4 ... > >>