[perldocjp-cvs 1266] CVS update: docs/modules/Furl-0.24/lib/Furl

Back to archive index

ktats****@users***** ktats****@users*****
2011年 4月 30日 (土) 13:41:38 JST


Index: docs/modules/Furl-0.24/lib/Furl/HTTP.pod
diff -u docs/modules/Furl-0.24/lib/Furl/HTTP.pod:1.4 docs/modules/Furl-0.24/lib/Furl/HTTP.pod:1.5
--- docs/modules/Furl-0.24/lib/Furl/HTTP.pod:1.4	Sat Apr 30 04:20:39 2011
+++ docs/modules/Furl-0.24/lib/Furl/HTTP.pod	Sat Apr 30 13:41:38 2011
@@ -1,7 +1,5 @@
 =encoding utf8
 
-=encoding utf8
-
 =head1 名前
 
 =begin original
@@ -410,7 +408,7 @@
 
 =begin original
 
-(=item Why IO::Socket::SSL?)
+(Why IO::Socket::SSL?)
 
 =end original
 
@@ -422,14 +420,14 @@
 
 Net::SSL はドキュメントが貧弱です。
 
+=item env_proxy はなぜオプショナルなのですか?
+
 =begin original
 
-(=item Why is env_proxy optional?)
+(Why is env_proxy optional?)
 
 =end original
 
-=item env_proxy はなぜオプショナルなのですか?
-
 =begin original
 
 Environment variables are highly dependent on each users' environment,
@@ -440,14 +438,14 @@
 環境変数はユーザーの環境に強く依存します。
 うまく動かないときにユーザーを混乱させます。
 
+=item サポートしているオペレーティングシステムは?
+
 =begin original
 
-(=item What operating systems are supported?)
+(What operating systems are supported?)
 
 =end original
 
-=item サポートしているオペレーティングシステムは?
-
 =begin original
 
 Linux 2.6 or higher, OSX Tiger or higher, Windows XP or higher.
@@ -464,14 +462,14 @@
 
 あなたがパッチを送れば、他のオペレーティングシステムもサポートされるでしょう。
 
+=item なぜFurlはチャンクされたアップロードをサポートしないのですか?
+
 =begin original
 
-(=item Why doesn't Furl support chunked upload?)
+(Why doesn't Furl support chunked upload?)
 
 =end original
 
-=item なぜFurlはチャンクされたアップロードをサポートしないのですか?
-
 =begin original
 
 There are reasons why chunked POST/PUTs should not be used in general.
@@ -506,14 +504,14 @@
 これらの要因でチャンクされたリクエストを使うのは事実上不可能です(サーバがHTTP/1.1をサポートしているとわかっていなければ)。
 そのため、この機能のサポートは高いプライオリティではありません。
 
+=item 到達したレスポンスの内容をどのように作れますか?
+
 =begin original
 
-(=item How do you build the response content as it arrives?)
+(How do you build the response content as it arrives?)
 
 =end original
 
-=item 到達したレスポンスの内容をどのように作れますか?
-
 =begin original
 
 You can use L<IO::Callback> for this purpose.
@@ -533,14 +531,14 @@
       $furl->put( "http://127.0.0.1:$port/", [ 'Content-Length' => $len ], $fh,
       );
 
+=item gzip/deflate 圧縮されたコミュニケーションを使えますか?
+
 =begin original
 
-(=item How do you use gzip/deflate compressed communication?)
+(How do you use gzip/deflate compressed communication?)
 
 =end original
 
-=item gzip/deflate 圧縮されたコミュニケーションを使えますか?
-
 =begin original
 
 Add an B<Accept-Encoding> header to your request. Furl inflates response bodies transparently according to the B<Content-Encoding> response header.
@@ -551,7 +549,7 @@
 
 =begin original
 
-(=item How do you use mutipart/form-data?)
+(How do you use mutipart/form-data?)
 
 =end original
 
@@ -587,14 +585,14 @@
 
 パッチを送ることができるなら、L<Furl>でネイティブのmultipart/form-dataサポートは利用可能です。
 
+=item Kee-Alive をどうやって使うのかとHEADメソッドでは何が起きるのか?
+
 =begin original
 
-(=item How do you use Keep-Alive and what happens on the HEAD method?)
+(How do you use Keep-Alive and what happens on the HEAD method?)
 
 =end original
 
-=item Kee-Alive をどうやって使うのかとHEADメソッドでは何が起きるのか?
-
 =begin original
 
 Furl supports HTTP/1.1, hence C<Keep-Alive>. However, if you use the HEAD
@@ -647,7 +645,7 @@
 
 =begin original
 
-(=item Why does Furl take longer than specified until it returns a timeout error?)
+(Why does Furl take longer than specified until it returns a timeout error?)
 
 =end original
 



perldocjp-cvs メーリングリストの案内
Back to archive index