The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:HTTP::Server::Simple::CGI"

HTTP::Server::Simple::CGI - CGI.pm-style version of HTTP::Server::Simple River stage three • 65 direct dependents • 350 total dependents

HTTP::Server::Simple was already simple, but some smart-ass pointed out that there is no CGI in HTTP, and so this module was born to isolate the CGI.pm-related parts of this handler. accept_hook The accept_hook in this sub-class clears the environmen...

BPS/HTTP-Server-Simple-0.52 - 31 Mar 2017 20:44:24 UTC

HTTP::Server::Simple::CGI::PreFork - Turn HSS into a preforking webserver and enable SSL River stage zero No dependents

This module is a plugin module for the "Commands" module and handles PostgreSQL admin commands scheduled from the WebGUI....

CAVAC/HTTP-Server-Simple-CGI-PreFork-6 - 10 Oct 2016 09:24:17 UTC

HTTP::Server::Simple::CGI::Environment - a HTTP::Server::Simple mixin to provide the CGI protocol River stage three • 65 direct dependents • 350 total dependents

This mixin abstracts the CGI protocol out from HTTP::Server::Simple::CGI so that it's easier to provide your own CGI handlers with HTTP::Server::Simple which don't use CGI.pm setup_environment "setup_environemnt" is usually called in the superclass's...

BPS/HTTP-Server-Simple-0.52 - 31 Mar 2017 20:44:24 UTC

HTTP::Tiny - A small, simple, correct HTTP/1.1 client River stage four • 404 direct dependents • 3271 total dependents

This is a very simple HTTP/1.1 client, designed for doing simple requests without the overhead of a large framework like LWP::UserAgent. It is more correct and more complete than HTTP::Lite. It supports proxies and redirection. It also correctly resu...

DAGOLDEN/HTTP-Tiny-0.088 - 11 Jul 2023 12:54:02 UTC

HTTP::AppServer - Pure-Perl web application server framework River stage zero No dependents

HTTP::AppServer was created because a stripped down Perl based web server was needed that is extendable and really simple to use. Creating server To create a server instance, call the new() class method of HTTP::AppServer, e.g.: my $server = HTTP::Ap...

KITOMER/HTTP-AppServer-0.04 - 15 Dec 2010 08:55:37 UTC

HTTP::DAVServer - allows you to write server-side functions to accept, process and respond to WebDAV client requests. WebDAV - RFC 2518 - is a protocol which allows clients to manipulate files on a remote server using HTTP. River stage zero No dependents

JLAWRENC/HTTP-DAVServer-0.2 - 05 Apr 2003 23:50:44 UTC

HTTP::WebTest - Testing static and dynamic web content River stage one • 1 direct dependent • 1 total dependent

Introduction This module runs tests on remote URLs containing Perl/JSP/HTML/JavaScript/etc. and generates a detailed test report. This module can be used "as-is" or its functionality can be extended using plugins. Plugins can define test types and pr...

ILYAM/HTTP-WebTest-2.04 - 05 Sep 2003 20:27:38 UTC

Net::Server::HTTP - very basic Net::Server based HTTP server class River stage two • 36 direct dependents • 88 total dependents

Even though Net::Server::HTTP doesn't fall into the normal parallel of the other Net::Server flavors, handling HTTP requests is an often requested feature and is a standard and simple protocol. Net::Server::HTTP begins with base type MultiType defaul...

RHANDOM/Net-Server-2.014 - 14 Mar 2023 17:16:00 UTC

HTTP::Server::Simple - Lightweight HTTP server River stage three • 65 direct dependents • 350 total dependents

This is a simple standalone HTTP server. By default, it doesn't thread or fork. It does, however, act as a simple frontend which can be used to build a standalone web-based application or turn a CGI into one. It is possible to use Net::Server classes...

BPS/HTTP-Server-Simple-0.52 - 31 Mar 2017 20:44:24 UTC

HTTP::Request::Form - Construct HTTP::Request objects for form processing River stage one • 2 direct dependents • 3 total dependents

This is an extension of the HTTP::Request suite. It allows easy processing of forms in a user agent by filling out fields, querying fields, selections and buttons and pressing buttons. It uses HTML::TreeBuilder generated parse trees of documents (esp...

GBAUER/HTTP-Request-Form-0.952 - 03 Dec 2001 18:37:44 UTC

HTTP::Server::Encrypt - HTTP server can encrypt BODY section River stage zero No dependents

A pure Perl WebServer with features below. * Be able to encrypt response BODY section and decrypt resquest BODY section with BlowFish CBC. * HTTP Basic Authentication support. * Prefork processes module. * Use *sendfile* for station file requests. * ...

CHENGANG/HTTP-Server-Encrypt-0.12 - 18 Mar 2014 05:54:18 UTC

HTTP::OAIPMH::Validator - OAI-PMH validator class River stage zero No dependents

SIMEON/HTTP-OAIPMH-Validator-1.06 - 28 Nov 2017 18:48:34 UTC

XMLRPC::Transport::HTTP - Server/Client side HTTP support for XMLRPC::Lite River stage two • 16 direct dependents • 19 total dependents

This class encapsulates all HTTP related logic for a XMLRPC server, independent of what web server it's attached to. If you want to use this class you should follow simple guideline mentioned above. PROXY SETTINGS You can use any proxy setting you us...

PHRED/XMLRPC-Lite-0.717 - 18 May 2013 05:12:15 UTC

HTTP::Server::EV::ServeStatic - Simple static file server. River stage zero No dependents

Simple static file server for HTTP::Server::EV. This module good for testing apps without frontend server. It's blocking and reads entire file into memory, so if you going to serve big files and need good performance - use frontend servers like nginx...

NYAKNYAN/HTTP-Server-EV-ServeStatic-0.1 - 27 Dec 2012 18:30:16 UTC

HTTP::DAVServer::AuthDigest - Allows for customized password lookups when using the Digest authorization mechanism. River stage zero No dependents

This module is called as part of the DAV handler when it is a non-public server that does not have a REMOTE_USER set already. You can pass in a subreference which will be called to lookup the user's password. For testing this is simply all users are ...

JLAWRENC/HTTP-DAVServer-0.2 - 05 Apr 2003 23:50:44 UTC

HTTP::Server::Simple::Static - Serve static files with HTTP::Server::Simple River stage two • 6 direct dependents • 11 total dependents

this mixin adds a method to serve static files from your HTTP::Server::Simple subclass....

SJQUINNEY/HTTP-Server-Simple-Static-0.14 - 28 Oct 2017 13:57:18 UTC

HTTP::Server::Simple::Authen - Authentication plugin for HTTP::Server::Simple River stage one • 1 direct dependent • 1 total dependent

HTTP::Server::Simple::Authen is an HTTP::Server::Simple plugin to allow HTTP authentication. Authentication scheme is pluggable and you can use whatever Authentication protocol that Authen::Simple supports. You can use "authenticate" method whatever ...

MIYAGAWA/HTTP-Server-Simple-Authen-0.04 - 15 Jan 2006 05:59:28 UTC

HTTP::Server::Singlethreaded - a framework for standalone web applications River stage zero No dependents

HTTP::Server::Singlethreaded is a framework for providing web applications without using a web server (apache, boa, etc.) to handle HTTP....

DAVIDNICO/HTTP-Server-Singlethreaded-0.12 - 14 Jul 2009 02:50:47 UTC

Perinci::Access::HTTP::Server - PSGI application to implement Riap::HTTP River stage one • 5 direct dependents • 5 total dependents

Perinci::Access::HTTP::*Server* (PeriAHS for short) is a PSGI *application* (a set of *middlewares* in Plack::Middleware::PeriAHS::*, really) to implement Riap::HTTP server. You compose the middlewares, configuring each one and including only the one...

PERLANCAR/Perinci-Access-HTTP-Server-0.620 - 09 Dec 2017 11:45:37 UTC

SOAP::Transport::HTTP::Apache - SOAP mod_perl handler River stage zero No dependents

This class encapsulates the details of hooking up to mod_perl, and then calls SOAP::Transport::HTTP::Server to do the SOAP-specific stuff. This way the Server class can be reused with any web server configuration (including CGI), by simply composing ...

KBROWN/SOAP-0.28 - 05 Sep 2000 18:04:25 UTC
24 results (0.156 seconds)