48件ヒット
[1-48件を表示]
(0.107秒)
別のキーワード
種類
- クラス (24)
- インスタンスメソッド (24)
ライブラリ
-
net
/ http (48)
クラス
-
Net
:: HTTPResponse (24)
キーワード
- HTTPRequestEntityTooLarge (12)
- HTTPUnprocessableEntity (12)
- body (12)
検索結果
先頭4件
-
Net
:: HTTPResponse # entity -> String | () | nil (23113.0) -
エンティティボディを返します。
...メソッドは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]... -
Net
:: HTTPUnprocessableEntity (14016.0) -
HTTP レスポンス 422 (Unprocessable Entity) を表現するクラスです。
...HTTP レスポンス 422 (Unprocessable Entity) を表現するクラスです。
詳しくは 4918 を見てください。... -
Net
:: HTTPRequestEntityTooLarge (14000.0) -
HTTP レスポンス 413 (Payload Too Large) を表現するクラスです。
HTTP レスポンス 413 (Payload Too Large) を表現するクラスです。
詳しくは 7231 Section 6.5.11 を見てください。Alias of Net::HTTPPayloadTooLarge -
Net
:: HTTPResponse # body -> String | () | nil (8013.0) -
エンティティボディを返します。
...メソッドは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]...