種類
- インスタンスメソッド (552)
- 特異メソッド (12)
ライブラリ
-
webrick
/ httprequest (516) -
webrick
/ https (48)
キーワード
- [] (12)
- accept (12)
-
accept
_ charset (12) -
accept
_ encoding (12) -
accept
_ language (12) - addr (12)
- attributes (12)
- body (24)
- cipher (12)
-
client
_ cert (12) -
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)
- parse (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
_ cert (12) -
server
_ name (12) - ssl? (12)
-
to
_ s (12) -
unparsed
_ uri (12) - user (12)
- user= (12)
検索結果
先頭5件
-
WEBrick
:: HTTPRequest # http _ version -> WEBrick :: HTTPVersion (21218.0) -
リクエストの HTTP バージョンを表す WEBrick::HTTPVersion オブジェクトを返します。
...リクエストの HTTP バージョンを表す WEBrick::HTTPVersion オブジェクトを返します。... -
WEBrick
:: HTTPRequest . new(config) -> WEBrick :: HTTPRequest (3101.0) -
WEBrick::HTTPRequest を生成して返します。
...
WEBrick::HTTPRequest を生成して返します。
@param config 設定を保持したハッシュを指定します。... -
WEBrick
:: HTTPRequest # continue (3017.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 # keep _ alive -> bool (3017.0) -
リクエストが Keep-Alive を要求しているかを真偽で返します。 http_version が 1.1 より小さい場合は Keep-Alive を要求していても無視して false となります。
...リクエストが Keep-Alive を要求しているかを真偽で返します。
http_version が 1.1 より小さい場合は Keep-Alive を要求していても無視して
false となります。... -
WEBrick
:: HTTPRequest # keep _ alive? -> bool (3017.0) -
リクエストが Keep-Alive を要求しているかを真偽で返します。 http_version が 1.1 より小さい場合は Keep-Alive を要求していても無視して false となります。
...リクエストが Keep-Alive を要求しているかを真偽で返します。
http_version が 1.1 より小さい場合は Keep-Alive を要求していても無視して
false となります。... -
WEBrick
:: HTTPRequest # request _ line -> String (3017.0) -
クライアントのリクエストの最初の行(GET / HTTP/1.1)を文字列で返します。
...クライアントのリクエストの最初の行(GET / HTTP/1.1)を文字列で返します。... -
WEBrick
:: HTTPRequest # request _ method -> String (3017.0) -
クライアントのリクエストの HTTP メソッド(GET, POST,...)を文字列で返します。
...クライアントのリクエストの HTTP メソッド(GET, POST,...)を文字列で返します。... -
WEBrick
:: HTTPRequest # meta _ vars -> Hash (3007.0) -
メタ変数を返します。
...メタ変数を返します。
メタ変数は「The WWW Common Gateway Interface Version 1.1」のバージョン
3 で定義されています。
@see http://Web.Golux.Com/coar/cgi/... -
WEBrick
:: HTTPRequest # [](header _ name) -> String (3001.0) -
リクエストのヘッダの該当する内容を文字列で返します。
リクエストのヘッダの該当する内容を文字列で返します。
@param header_name ヘッダー名を文字列で指定します。大文字と小文字を区別しません。