Tweak devel/racer version 2.1.31
[dports.git] / www / p5-CGI-Response / pkg-descr
1 CGI::Response is a Perl5 module for constructing responses to
2  Common Gateway Interface (CGI) requests. It is designed to be
3  light-weight and efficient for the most common tasks, and also
4  to provide access to all HTTP response features for more
5  advanced CGI applications.
6
7 There are two ways to use CGI::Response.
8 For basic applications, the Simple Interface provides a number
9  of plain functions that cover the most commonly-used CGI
10  response headers.
11 More advanced applications may employ the Full Interface object
12  methods to access any HTTP header, or to add experimental or
13  non-standard headers. Both interfaces try to generate reasonable
14  defaults whenever possible.
15
16 WWW: https://metacpan.org/release/MGH/CGI-Response-0.03