Ports Search

Results 16,25116,260 of 19,819 for %22HTTP Server%22.(0.011 seconds)
www/CGI-Pager-1.01 (Score: 9.2878623E-4)
Perl extension to generate HTML pagination linkage easily
CGI::Pager performs the "dirty work" necessary to program paginated data display in a web application. Based on given resultset size, page size, and offset value sensed from current URI, it constructs links for navigation between results pages. It can be used conveniently from a templating system, has both OO and functional interface, and can optionally generate necessary HTML itself.
www/CGI-Prototype-0.9054 (Score: 9.2878623E-4)
Create a CGI application by subclassing
The core of every CGI application seems to be roughly the same: - analyze the incoming parameters, cookies, and URLs to determine the state of the application (let's call this "dispatch"). - based on the current state, analyze the incoming parameters to respond to any form submitted ("respond"). - from there, decide what response page should be generated, and produce it ("render"). CGI::Prototype creates a Class::Prototyped engine for doing all this, with the right amount of callback hooks to customize the process.
www/CGI-Simple-1.115 (Score: 9.2878623E-4)
Simple totally OO CGI interface that is CGI.pm compliant
CGI::Simple provides a relatively lightweight drop in replacement for CGI.pm. It shares an identical OO interface to CGI.pm for parameter parsing, file upload, cookie handling and header generation. This module is entirely object oriented, however a complete functional interface is available by using the CGI::Simple::Standard module.
www/CGI-Struct-1.21 (Score: 9.2878623E-4)
Build data structures from CGI request parameters
CGI::Struct lets you transform CGI data keys that look like perl data structures into actual perl data structures.
www/CGI-Thin-0.52 (Score: 9.2878623E-4)
Lightweight Parser for CGI Forms
This module is a very lightweight parser of CGI forms. And it has a special feature that it will return an array if the same key is used twice in the form. You can force an array even if only one value returned to avoid complications. The hash %cgi_data will have all the form data from either a POST or GET form and will also work for "multipart/form-data" forms necessary for uploading files.
www/CGI-Untaint-1.26 (Score: 9.2878623E-4)
Process CGI input parameters
Dealing with large web based applications with multiple forms is a minefield. It's often hard enough to ensure you validate all your input at all, without having to worry about doing it in a consistent manner. If any of the validation rules change, you often have to alter them in many different places. And, if you want to operate taint-safe, then you're just adding even more headaches.
www/CGI-Upload-1.11 (Score: 9.2878623E-4)
CGI class for handling browser file uploads
This module has been written to provide a simple and secure manner by which to handle files uploaded in multipart/form-data requests through a web browser. The primary advantage which this module offers over existing modules is the single interface which it provides for the most often required information regarding files uploaded in this manner. This module builds upon primarily the CGI and File::MMagic modules and offers some tidy and succinct methods for the handling of files uploaded via multipart/form-data requests.
www/CGI-XMLApplication-1.1.5 (Score: 9.2878623E-4)
Object Oriented Interface for CGI Script Applications
CGI::XMLApplication is a CGI application class, that intends to enable perl artists to implement CGIs that make use of XML/XSLT functionality, without taking too much care about specialized errorchecking or even care too much about XML itself. It provides the power of the XML::LibXML/XML::LibXSLT module package for content deliverment. As well CGI::XMLApplication is designed to support project management on code level. The class allows to split web applications into several simple parts. Through this most of the code stays simple and easy to maintain. Throughout the whole lifetime of a script CGI::XMLApplication tries to keep the application stable. As well a programmer has not to bother about some of XML::LibXML/XML::LibXSLT transformation pitfalls.
www/CGI-Lite-3.01 (Score: 9.2878623E-4)
Process and decode WWW forms and cookies
You can use this module to decode form and query information, including file uploads, as well as cookies in a very simple manner; you need not concern yourself with the actual details behind the decoding process.
www/CIF-Client-0.21 (Score: 9.2878623E-4)
Extends REST::Client for use with the CI-Framework REST interface
This module is a Perl extension that extends REST::Client for use with the CIF-Framework REST interface