216件ヒット
[1-100件を表示]
(0.144秒)
ライブラリ
-
cgi
/ core (24) -
cgi
/ html (24) -
net
/ http (48) -
net
/ imap (72) -
webrick
/ httpresponse (48)
クラス
- CGI (12)
-
Net
:: HTTPResponse (48) -
Net
:: IMAP :: BodyTypeBasic (24) -
Net
:: IMAP :: BodyTypeMessage (24) -
Net
:: IMAP :: BodyTypeText (24) -
WEBrick
:: HTTPResponse (48)
モジュール
-
CGI
:: HtmlExtension (24) -
CGI
:: QueryExtension (12)
キーワード
-
content
_ id (36) -
content
_ length (12) -
content
_ length= (12) -
create
_ body (12) - description (36)
- entity (12)
- header (12)
- html (24)
-
read
_ body (24) -
to
_ s (12)
検索結果
先頭5件
-
Net
:: HTTPResponse # body -> String | () | nil (24316.0) -
エンティティボディを返します。
...す。
Net::HTTPResponse#read_body をブロック付きで呼んだ場合には
このメソッドはNet::ReadAdapter のインスタンスを返しますが、
これは使わないでください。
entity は obsolete です。
//emlist[例][ruby]{
require 'net/http'
uri = "http://www.exampl......e.com/index.html"
response = Net::HTTP.get_response(URI.parse(uri))
response.body[0..10] # => "<!doctype h"
//}... -
WEBrick
:: HTTPResponse # body -> String | IO (24309.0) -
クライアントに返す内容(エンティティボディ)を返します。
...クライアントに返す内容(エンティティボディ)を返します。
自身が chunked であっても body の値はチャンク形式ではありません。... -
CGI
:: QueryExtension # create _ body(is _ large) -> StringIO | Tempfile (18402.0) -
-
WEBrick
:: HTTPResponse # content _ length -> Integer | nil (15337.0) -
Content-Length ヘッダの値を整数で表すアクセサです。デフォルトは nil です。
...Content-Length ヘッダの値を整数で表すアクセサです。デフォルトは nil です。
: body が String オブジェクトである場合
content_length の値が nil のとき Content-Length ヘッダには
body のサイズが使われます。nil でないとき body の実......せん。
: body が IO オブジェクトである場合
content_length の値が nil のとき Content-Length ヘッダはレスポンスに含まれず、IO から全てを読み込ん
でそれをエンティティボディとします。nil でないとき IO から content_length バイト......エンティティボディとします。
また 2616 4.4 で定められた Content-Length ヘッダを送ってはいけない場合に当てはまる時には
content_length の値は無視され Content-Length ヘッダはレスポンスに含まれません。
@param len ヘッダの値... -
Net
:: IMAP :: BodyTypeBasic # content _ id -> String | nil (15302.0) -
Content-ID の値を文字列で返します。
...Content-ID の値を文字列で返します。
@see 2045... -
Net
:: IMAP :: BodyTypeBasic # description -> String | nil (15302.0) -
Content-Description の値を文字列で返します。
...Content-Description の値を文字列で返します。
@see 2045... -
Net
:: IMAP :: BodyTypeMessage # content _ id -> String | nil (15302.0) -
Content-ID の値を文字列で返します。
...Content-ID の値を文字列で返します。
@see 2045... -
Net
:: IMAP :: BodyTypeMessage # description -> String | nil (15302.0) -
Content-Description の値を文字列で返します。
...Content-Description の値を文字列で返します。
@see 2045... -
Net
:: IMAP :: BodyTypeText # content _ id -> String | nil (15302.0) -
Content-ID の値を文字列で返します。
...Content-ID の値を文字列で返します。
@see 2045...