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