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.