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

Back to archive index

ktats****@users***** ktats****@users*****
2011年 5月 7日 (土) 15:27:50 JST


Index: docs/modules/Furl-0.24/lib/Furl/HTTP.pod
diff -u docs/modules/Furl-0.24/lib/Furl/HTTP.pod:1.5 docs/modules/Furl-0.24/lib/Furl/HTTP.pod:1.6
--- docs/modules/Furl-0.24/lib/Furl/HTTP.pod:1.5	Sat Apr 30 13:41:38 2011
+++ docs/modules/Furl-0.24/lib/Furl/HTTP.pod	Sat May  7 15:27:50 2011
@@ -547,14 +547,14 @@
 
 B<Accept-Encoding>ヘッダをリクエストに追加してください。FurlレスポンスボディーをB<Content-Encoding>レスポンスヘッダに従って透過的にインフレートします。
 
+=item mutipart/form-data を使うには?
+
 =begin original
 
 (How do you use mutipart/form-data?)
 
 =end original
 
-=item mutipart/form-data を使うには?
-
 =begin original
 
 You can use multipart/form-data with L<HTTP::Request::Common>.
@@ -643,14 +643,14 @@
 いずれにせよ、HEADメソッドは、今日では、そんなに有用ではありません。GETメソッドと
 C<If-Modified-Sinse>のほうがHTTPコンテンツをキャッシュするのに合っています。
 
+=item なぜFurlはタイムアウトエラーを返すまで指定より長くかかるのですか?
+
 =begin original
 
 (Why does Furl take longer than specified until it returns a timeout error?)
 
 =end original
 
-=item なぜFurlはタイムアウトエラーを返すまで指定より長くかかるのですか?
-
 =begin original
 
 Although Furl itself supports timeout, some underlying modules / functions do not. And the most noticeable one is L<Socket::inet_aton>, the function used for name resolution (a function that converts hostnames to IP addresses). If you need accurate and short timeout for name resolution, the use of L<Net::DNS::Lite> is recommended. The following code snippet describes how to use the module in conjunction with Furl.



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