aboutsummaryrefslogtreecommitdiff
path: root/www/p5-HTTP-Parser
Commit message (Collapse)AuthorAgeFilesLines
* - stage supportAndrej Zverev2014-01-052-3/+1
| | | | | | | Approved by: portmgr (blanket infrastructure) Notes: svn path=/head/; revision=338763
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | www) Notes: svn path=/head/; revision=327776
* - convert to the new perl5 frameworkAndrej Zverev2013-09-021-1/+2
| | | | | | | Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=325965
* - Update to 0.06Frederic Culot2011-03-132-4/+3
| | | | | | | | | Changes: http://search.cpan.org/dist/HTTP-Parser/Changes PR: ports/155532 Submitted by: TERAMOTO Masahiro <markun AT onohara.to> (maintainer) Notes: svn path=/head/; revision=270807
* - Update to 0.05Sylvio Cesar Teixeira2010-07-072-4/+4
| | | | | | | | | PR: ports/148424 Submitted by: Teramoto Masahiro <markun@onohara.to> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=257493
* HTTP::Parser is a stateful HTTP request/response parsing module.Martin Wilke2008-02-164-0/+41
It accepts chunks of data passed to it and returns either a completion hint or an HTTP::Request (or Response) object when it has the entire request. It was originally written to be part of a simple Event.pm-based HTTP server. WWW: http://search.cpan.org/dist/HTTP-Parser/ PR: ports/120159 Submitted by: Masahiro Teramoto <markun at onohara.to> Notes: svn path=/head/; revision=207321