252件ヒット
[1-100件を表示]
(0.151秒)
ライブラリ
クラス
-
Net
:: FTP (36) -
Net
:: HTTPResponse (12) -
Net
:: IMAP :: ResponseCode (24) -
Net
:: IMAP :: ResponseText (12) -
OpenSSL
:: Config (12) -
OpenSSL
:: OCSP :: BasicResponse (12) -
RDoc
:: CodeObject (24) - String (72)
モジュール
-
CGI
:: HtmlExtension (24) -
RSS
:: ContentModel (24)
キーワード
-
content
_ encoded (12) -
content
_ encoded= (12) - data (12)
- each (12)
- encode (36)
- encode! (24)
- form (24)
- kconv (12)
-
last
_ response (12) -
last
_ response _ code (12) - lastresp (12)
- name (12)
- section (12)
- section= (12)
- status (12)
検索結果
先頭5件
-
Net
:: IMAP :: ResponseText # code -> Net :: IMAP :: ResponseCode | nil (24402.0) -
レスポンスコードを返します。
...レスポンスコードを返します。
応答がレスポンスコードを含んでいない場合は nil を返します。
@see Net::IMAP::ResponseCode... -
RSS
:: ContentModel # content _ encoded (24301.0) -
@todo
...@todo... -
RSS
:: ContentModel # content _ encoded= (24301.0) -
@todo
...@todo... -
Net
:: HTTPResponse # code -> String (24208.0) -
HTTP のリザルトコードです。例えば '302' などです。
...HTTP のリザルトコードです。例えば '302' などです。
この値を見ることでレスポンスの種類を判別できますが、
レスポンスオブジェクトがどのクラスのインスタンスかを
見ることでもレスポンスの種類を判別できます。
//......emlist[例][ruby]{
require 'net/http'
uri = "http://www.example.com/index.html"
response = Net::HTTP.get_response(URI.parse(uri))
response.code # => "200"
//}... -
Net
:: FTP # last _ response _ code -> String (18302.0) -
サーバからの最後の応答のコードを文字列で返します。
...サーバからの最後の応答のコードを文字列で返します。
例えばログイン(Net::FTP#login)に成功した場合には
"230" を返します。
数字の意味は 959 参照してください。
@see Net::FTP#last_response... -
RDoc
:: CodeObject # section -> RDoc :: Context :: Section (15501.0) -
所属している section を返します。
...所属している section を返します。... -
RDoc
:: CodeObject # section=(val) (15201.0) -
所属する section を設定します。
...所属する section を設定します。
@param val RDoc::Context::Section オブジェクトを指定します。... -
Net
:: FTP # last _ response -> String (12207.0) -
サーバからの最後の応答を文字列で返します。
...サーバからの最後の応答を文字列で返します。
例えばログイン(Net::FTP#login)に成功した場合には
"230 Login successful.\n" を返します。
@see Net::FTP#last_response_code... -
Net
:: FTP # lastresp -> String (12202.0) -
サーバからの最後の応答のコードを文字列で返します。
...サーバからの最後の応答のコードを文字列で返します。
例えばログイン(Net::FTP#login)に成功した場合には
"230" を返します。
数字の意味は 959 参照してください。
@see Net::FTP#last_response...