aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Net-HTTPS-NB
Commit message (Collapse)AuthorAgeFilesLines
* - Support STAGEDIRSunpoet Po-Chuan Hsieh2013-09-302-3/+1
| | | | Notes: svn path=/head/; revision=328846
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | net) Notes: svn path=/head/; revision=327755
* - Convert to new perl frameworkSunpoet Po-Chuan Hsieh2013-08-211-1/+2
| | | | Notes: svn path=/head/; revision=325134
* - Update to 0.13Sunpoet Po-Chuan Hsieh2013-06-132-17/+9
| | | | | | | | | | | - Add LICENSE - Remove outdated PERL_LEVEL check - Cleanup Makefile header Changes: http://search.cpan.org/dist/Net-HTTPS-NB/Changes Notes: svn path=/head/; revision=320829
* - Add p5-Net-HTTPS-NB 0.12Sunpoet Po-Chuan Hsieh2012-03-134-0/+52
Net::HTTPS::NB provides same interface as Net::HTTPS but it will never try multiple reads when the read_response_headers() or read_entity_body() methods are invoked. In addition allows non-blocking connect. If read_response_headers() did not see enough data to complete the headers an empty list is returned. If read_entity_body() did not see new entity data in its read the value -1 is returned. WWW: http://search.cpan.org/dist/Net-HTTPS-NB/ Feature safe: yes Notes: svn path=/head/; revision=293209