9 lines
357 B
Text
9 lines
357 B
Text
|
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.
|
||
|
|
||
|
WWW: http://search.cpan.org/dist/HTTP-Request-Params/
|