るりまサーチ

最速Rubyリファレンスマニュアル検索!
1356件ヒット [201-300件を表示] (0.072秒)

別のキーワード

  1. net/http body
  2. httprequest body
  3. httpresponse body
  4. net/http read_body
  5. httpresponse read_body

モジュール

キーワード

検索結果

<< < 1 2 3 4 5 ... > >>

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 値を文字列で返します。
<< < 1 2 3 4 5 ... > >>