mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 02:46:27 -04:00
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
5 lines
317 B
Text
5 lines
317 B
Text
HTTP::Entity::Parser is PSGI compliant HTTP Entity parser. This module
|
|
also has compatibility with HTTP::Body. Unlike HTTP::Body, HTTP::Entity::Parser
|
|
reads HTTP entity from PSGI's env $env->{'psgi.input'} and parse it.
|
|
This module support application/x-www-form-urlencoded, multipart/form-data
|
|
and application/json.
|