diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2005-11-22 13:10:26 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2005-11-22 13:10:26 +0000 |
commit | 1a5091d4e89176c1dd79ea73ab2bee87fdc064af (patch) | |
tree | a3dbc754031e5cfe2e0fce0bd81b3c0a26c6ca4c /www/Makefile | |
parent | d72bdd7d1bd1b2c2ecda4ee007f2e259f9ebcf9e (diff) |
Add p5-HTTP-Request-Params-1.01
This software does all the dirty work of parsing HTTP Requests to find incoming
query parameters.
Incoming query parameters come from two places. The first place is the query
portion of the URL. Second is the content portion of an HTTP request as is the
case when parsing a POST request, for example.
Notes
Notes:
svn path=/head/; revision=149048
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 11a13123d6d2..5671d4b6dcf9 100644 --- a/www/Makefile +++ b/www/Makefile @@ -567,6 +567,7 @@ SUBDIR += p5-HTTP-Proxy SUBDIR += p5-HTTP-Recorder SUBDIR += p5-HTTP-Request-AsCGI + SUBDIR += p5-HTTP-Request-Params SUBDIR += p5-HTTP-Server-Simple SUBDIR += p5-HTTP-Server-Simple-Mason SUBDIR += p5-HTTP-Server-Simple-Static |