1356件ヒット
[201-300件を表示]
(0.072秒)
ライブラリ
- ビルトイン (12)
-
cgi
/ core (36) -
cgi
/ html (24) -
net
/ http (456) -
net
/ imap (648) -
rdoc
/ context (12) -
webrick
/ httprequest (24) -
webrick
/ httpresponse (72) -
webrick
/ httpservlet / abstract (72)
クラス
- CGI (24)
- Class (12)
-
Net
:: HTTP (324) -
Net
:: HTTPGenericRequest (84) -
Net
:: HTTPResponse (48) -
Net
:: IMAP (12) -
Net
:: IMAP :: BodyTypeBasic (156) -
Net
:: IMAP :: BodyTypeMessage (192) -
Net
:: IMAP :: BodyTypeMultipart (108) -
Net
:: IMAP :: BodyTypeText (168) -
Net
:: IMAP :: FetchData (12) -
RDoc
:: Context :: Section (12) -
WEBrick
:: HTTPRequest (24) -
WEBrick
:: HTTPResponse (72) -
WEBrick
:: HTTPServlet :: AbstractServlet (72)
モジュール
-
CGI
:: HtmlExtension (24) -
CGI
:: QueryExtension (12)
キーワード
- attr (12)
- body= (24)
-
body
_ exist? (12) -
body
_ stream (12) -
body
_ stream= (12) - chunked= (12)
-
content
_ id (36) -
content
_ length (12) -
content
_ length= (12) -
create
_ body (12) - description (36)
- disposition (48)
-
do
_ DELETE (12) -
do
_ GET (12) -
do
_ HEAD (12) -
do
_ OPTIONS (12) -
do
_ POST (12) -
do
_ PUT (12) - encoding (36)
- entity (12)
- envelope (12)
- extension (48)
- fetch (12)
- get (24)
- get2 (24)
- head2 (24)
- header (12)
- html (24)
- inherited (12)
- language (48)
- lines (24)
-
local
_ host= (12) -
local
_ port= (12) - lock (12)
- md5 (36)
-
media
_ subtype (48) -
media
_ type (48) - mkcol (12)
- move (12)
- multipart? (48)
- param (48)
- parts (12)
- patch (24)
- post (24)
- post2 (24)
- print (12)
- propfind (12)
- proppatch (12)
-
read
_ body (24) -
request
_ body _ permitted? (12) -
request
_ get (24) -
request
_ head (24) -
request
_ post (24) -
response
_ body _ permitted? (12) -
send
_ request (12) -
set
_ comment (12) - size (36)
- subtype (48)
-
to
_ s (12) - unlock (12)
検索結果
先頭5件
- Net
:: IMAP :: BodyTypeMultipart # parts -> [Net :: IMAP :: BodyTypeBasic | Net :: IMAP :: BodyTypeText | Net :: IMAP :: BodyTypeMessage | Net :: IMAP :: BodyTypeMultipart] - Net
:: HTTPResponse # entity -> String | () | nil - Net
:: IMAP :: BodyTypeBasic # content _ id -> String | nil - Net
:: IMAP :: BodyTypeBasic # description -> String | nil - Net
:: IMAP :: BodyTypeBasic # disposition -> Net :: IMAP :: ContentDisposition | nil
-
Net
:: IMAP :: BodyTypeMultipart # parts -> [Net :: IMAP :: BodyTypeBasic | Net :: IMAP :: BodyTypeText | Net :: IMAP :: BodyTypeMessage | Net :: IMAP :: BodyTypeMultipart] (3401.0) -
マルチパートの各部分を返します。
マルチパートの各部分を返します。 -
Net
:: HTTPResponse # entity -> String | () | nil (3014.0) -
エンティティボディを返します。
...エンティティボディを返します。
レスポンスにボディがない場合には nil を返します。
Net::HTTPResponse#read_body をブロック付きで呼んだ場合には
このメソッドはNet::ReadAdapter のインスタンスを返しますが、
これは使わないで......ください。
entity は obsolete です。
//emlist[例][ruby]{
require 'net/http'
uri = "http://www.example.com/index.html"
response = Net::HTTP.get_response(URI.parse(uri))
response.body[0..10] # => "<!doctype h"
//}... -
Net
:: IMAP :: BodyTypeBasic # content _ id -> String | nil (3001.0) -
Content-ID の値を文字列で返します。
Content-ID の値を文字列で返します。
@see 2045 -
Net
:: IMAP :: BodyTypeBasic # description -> String | nil (3001.0) -
Content-Description の値を文字列で返します。
Content-Description の値を文字列で返します。
@see 2045 -
Net
:: IMAP :: BodyTypeBasic # disposition -> Net :: IMAP :: ContentDisposition | nil (3001.0) -
Content-Dispotition の値を返します。
Content-Dispotition の値を返します。
Net::IMAP::ContentDisposition オブジェクトを返します。
@see 1806, 2183 -
Net
:: IMAP :: BodyTypeBasic # encoding -> String (3001.0) -
Content-Transfer-Encoding の値を文字列で返します。
Content-Transfer-Encoding の値を文字列で返します。
@see 2045 -
Net
:: IMAP :: BodyTypeBasic # extension -> Array | nil (3001.0) -
メッセージの拡張データを返します。
メッセージの拡張データを返します。 -
Net
:: IMAP :: BodyTypeBasic # language -> String | [String] | nil (3001.0) -
1766 で定義されているボディ言語を表わす 文字列もしくは文字列の配列を返します。
1766 で定義されているボディ言語を表わす
文字列もしくは文字列の配列を返します。 -
Net
:: IMAP :: BodyTypeBasic # md5 -> String | nil (3001.0) -
ボディの MD5 値を文字列で返します。
ボディの MD5 値を文字列で返します。