528件ヒット
[101-200件を表示]
(0.068秒)
種類
- インスタンスメソッド (504)
- クラス (12)
- 特異メソッド (12)
クラス
-
WEBrick
:: HTTPRequest (516)
キーワード
- HTTPRequest (12)
- [] (12)
- accept (12)
-
accept
_ charset (12) -
accept
_ encoding (12) -
accept
_ language (12) - addr (12)
- attributes (12)
- body (24)
-
content
_ length (12) -
content
_ type (12) - continue (12)
- each (12)
- fixup (12)
- header (12)
- host (12)
-
http
_ version (12) -
keep
_ alive (12) -
keep
_ alive? (12) - new (12)
- path (12)
-
path
_ info (12) -
path
_ info= (12) - peeraddr (12)
- port (12)
- query (12)
-
query
_ string (12) -
query
_ string= (12) -
raw
_ header (12) -
request
_ line (12) -
request
_ method (12) -
request
_ time (12) -
request
_ uri (12) -
script
_ name (12) -
script
_ name= (12) -
server
_ name (12) - ssl? (12)
-
to
_ s (12) -
unparsed
_ uri (12) - user (12)
- user= (12)
検索結果
先頭5件
-
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 クエリーを表す文字列を指定します。...