From 83b3f3b4c93bb648f5990dd208428cbf8a2692f6 Mon Sep 17 00:00:00 2001 From: Yusuke Komatsu Date: Mon, 17 Aug 2015 01:58:23 +0900 Subject: [PATCH 1/2] [WIP] on #259 From 2f939e0e709bf5d16276ab31ec2d06d7ec9c0640 Mon Sep 17 00:00:00 2001 From: Yusuke Komatsu Date: Mon, 17 Aug 2015 02:39:52 +0900 Subject: [PATCH 2/2] Resolved #259 --- .../admin/REST/rest-buckets-streamingURI.dita | 35 ++++++++++--------- 1 file changed, 18 insertions(+), 17 deletions(-) diff --git a/ja/learn/admin/REST/rest-buckets-streamingURI.dita b/ja/learn/admin/REST/rest-buckets-streamingURI.dita index 2a08ee9..e648468 100644 --- a/ja/learn/admin/REST/rest-buckets-streamingURI.dita +++ b/ja/learn/admin/REST/rest-buckets-streamingURI.dita @@ -1,31 +1,32 @@ - - Getting bucket streaming URI - To retrieve the streaming URI, use GET /pools/default/buckets/default - HTTP method and URI. + + bucketストリーミングURIの取得 + ストリーミングURIを取得するには、GET /pools/default/buckets/default HTTPメソッドとURIを使用します。 -
HTTP method and URI +
HTTPメソッドとURI GET /pools/default/buckets/default -

The individual bucket request is exactly the same as what would be obtained from the item - in the array for the entire buckets list. The streamingUri is exactly the same except it - streams HTTP chunks using chunked encoding. A response of “\n\n\n\n” delimits chunks which - may be converted to a “zero chunk” in a future release. The behavior of the streamingUri - should be considered evolving.

+

+ 個々のbucketリクエストは全体のbucketリストの配列内のアイテムから取得されるものと一致します。。 + streamingUriはチャンクされたエンコードを使用したHTTPチャンクをストリーム配信する以外は一致します。 + “\n\n\n\n”のレスポンスは将来のリリースで“zero chunk”に変換できるかもしれないチャンクを区切ります。 + streamingUriの挙動は今後の展開を考慮すべきです。 +

-
Syntax -

Curl request syntax:

+
+ シンタックス +

Curlリクエストシンタックス:

curl -u [admin]:[password] -X GET http://[localhost]:8091/pools/default/buckets/default -

Raw HTTP request syntax:

+

Raw HTTPリクエストシンタックス:

GET /pools/default/buckets/default @@ -36,15 +37,15 @@ X-memcachekv-Store-Client-Specification-Version: 0.1
-
Example -

Curl request example

+
+

Curlリクエスト例

curl -u Administrator:password -X GET http://10.5.2.117:8091/pools/default/buckets/default -

Raw HTTP request example:

+

Raw HTTPリクエスト例:

GET /pools/default/buckets/default Host: 10.5.2.117:8091 @@ -54,7 +55,7 @@ X-memcachekv-Store-Client-Specification-Version: 0.1
-
Response +
レスポンス % Total % Received % Xferd Average Speed Time Time Time Current