Codebase list libfurl-perl / f2a7da7
minor pod fixes Breno G. de Oliveira 8 years ago
2 changed file(s) with 6 addition(s) and 6 deletion(s). Raw diff Collapse all Expand all
426426 0.07 2010-11-01
427427
428428 - Do not use reference_from, it makes installing issue(reported by y).
429 http://github.com/tokuhirom/p5-Furl/issues#issue/4
429 http://github.com/tokuhirom/Furl/issues#issue/4
430430
431431 0.06 2010-10-31
432432
10821082
10831083 =item timeout :Int = 10
10841084
1085 Seconds until the call to $furl->request returns a timeout error (as an internally generated 500 error). The timeout might not be accurate since some underlying modules / built-ins function may block longer than the specified timeout. See the FAQ for how to support timeout during name resolution.
1085 Seconds until the call to $furl->request returns a timeout error (as an internally generated 500 error). The timeout might not be accurate since some underlying modules / built-ins function may block longer than the specified timeout. See the L</"FAQ"> for how to support timeout during name resolution.
10861086
10871087 =item inactivity_timeout :Int = 600
10881088
13161316 such cases.
13171317
13181318 Anyway, the HEAD method is not so useful nowadays. The GET method and
1319 C<If-Modified-Sinse> are more suitable to cache HTTP contents.
1319 C<If-Modified-Since> are more suitable to cache HTTP contents.
13201320
13211321 =item Why does Furl take longer than specified until it returns a timeout error?
13221322
13751375
13761376 To setup your environment:
13771377
1378 $ git clone http://github.com/tokuhirom/p5-Furl.git
1379 $ cd p5-Furl
1378 $ git clone http://github.com/tokuhirom/Furl.git
1379 $ cd Furl
13801380
13811381 To get picohttpparser:
13821382
13891389
13901390 =head2 HOW TO CONTRIBUTE
13911391
1392 Please send the pull request via L<http://github.com/tokuhirom/p5-Furl/>.
1392 Please send the pull request via L<http://github.com/tokuhirom/Furl/>.
13931393
13941394 =head1 SEE ALSO
13951395