aboutsummaryrefslogtreecommitdiff
path: root/www/p5-HTTP-Parser/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.06Frederic Culot2011-03-131-1/+1
| | | | | | | | | 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-071-1/+1
| | | | | | | | | 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-161-0/+26
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