The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "http server"

HTTP::Server::EV - Asynchronous HTTP server written in C with request parser. River stage zero No dependents

HTTP::Server::EV - Asynchronous HTTP server using EV event loop. It doesn`t load files received in the POST request in memory as moust of CGI modules does, but stores them directly to tmp files, so it`s useful for handling large files without using a...

NYAKNYAN/HTTP-Server-EV-0.69 - 01 Mar 2015 21:19:56 UTC - Search in distribution

Net::Server::HTTP - very basic Net::Server based HTTP server class River stage two • 39 direct dependents • 90 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 - Search in distribution

Clio::Server::HTTP - Clio HTTP Server River stage zero No dependents

PSGI HTTP server using Twiggy. Extends the Clio::Server. Consumes the Clio::Role::UUIDMaker....

AJGB/Clio-0.02 - 19 May 2012 20:00:11 UTC - Search in distribution

POEx::HTTP::Server - POE HTTP server River stage one • 2 direct dependents • 2 total dependents

POEx::HTTP::Server is a clean POE implementation of an HTTP server. It uses POEx::URI to simplify event specification. It allows limiting connection concurrency and implements HTTP 1.1 keep-alive. It has built-in compatibility with POE::Component::Da...

GWYN/POEx-HTTP-Server-0.0902 - 03 Sep 2013 18:56:14 UTC - Search in distribution

HTTP::Server::PSGI - Standalone PSGI compatible HTTP server River stage four • 768 direct dependents • 1906 total dependents

HTTP::Server::PSGI is a standalone, single-process and PSGI compatible HTTP server implementations. This server should be great for the development and testing, but might not be suitable for a production use. Some features in HTTP/1.1, notably chunke...

MIYAGAWA/Plack-1.0051 - 05 Jan 2024 23:11:02 UTC - Search in distribution

Test::HTTP::Server - simple forking http server River stage one • 5 direct dependents • 8 total dependents

This package provices a simple forking http server which can be used for testing http clients....

NEILB/Test-HTTP-Server-0.04 - 07 Mar 2016 22:31:57 UTC - Search in distribution

HTTP::Server::Brick - Simple pure perl http server for prototyping "in the style of" Ruby's WEBrick River stage one • 1 direct dependent • 1 total dependent

HTTP::Server::Brick allows you to quickly wrap a prototype web server around some Perl code. The underlying server daemon is HTTP::Daemon and the performance should be fine for demo's, light internal systems, etc....

AUFFLICK/HTTP-Server-Brick-0.1.7 - 31 Aug 2015 05:35:08 UTC - Search in distribution

IOMux::HTTP::Server - IOMux and LWP based HTTP server River stage zero No dependents

This module implements a basic HTTP connection handler on a socket, using IOMux as basis. This server takes all requests in a single process, because it is shaped around a "select" or "poll" system call: multiple clients send data to a single process...

MARKOV/IOMux-HTTP-0.11 - 27 Jan 2011 13:27:13 UTC - Search in distribution

Pcore::HTTP::Server River stage one • 1 direct dependent • 1 total dependent

ZDM/Pcore-v0.139.0 - 14 Jul 2020 14:12:56 UTC - Search in distribution

HTTP::Server::Daemon - Start an Application as a Daemon River stage zero No dependents

Help running an application as a daemon....

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

HTTP::Server::Simple - Lightweight HTTP server River stage three • 66 direct dependents • 353 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 - Search in distribution

HTTP::Server::Session - one user at client-side River stage zero No dependents

Each session object administers the activities of one user. A session may be used for multiple connections at the same time. A session will survive connection breaking without loss of information. In the moment, a session is nothing else than an empt...

MARKOV/HTTP-Server-Multiplex-0.11 - 01 Oct 2008 08:01:20 UTC - Search in distribution

DTA::CAB::Server::HTTP - DTA::CAB standalone HTTP server using HTTP::Daemon River stage zero No dependents

MOOCOW/DTA-CAB-1.115 - 04 Mar 2021 13:08:08 UTC - Search in distribution

Metabrik::Server::Http - server::http Brik River stage zero No dependents

GOMOR/Metabrik-Repository-1.44 - 11 Aug 2023 15:22:31 UTC - Search in distribution

UniEvent::HTTP::Server - efficient asynchronous http server River stage one • 2 direct dependents • 2 total dependents

"UniEvent::HTTP::Server" respresents an asynchronous multiplexing http server working in single process/thread. To utilize several cpu cores, several server objects should be created in different processes/threads. Out-of-the-box multi-process/thread...

SYBER/UniEvent-HTTP-1.2.2 - 03 Oct 2022 16:44:26 UTC - Search in distribution

App::Foca::Server::HTTP - Foca HTTP server River stage zero No dependents

This class is just a sub-class of HTTP::Daemon, why creating a new subclass? To change the 'Server:' header so we can identify this application....

PFISCHER/App-Foca-0.05 - 13 Aug 2012 16:38:15 UTC - Search in distribution

HTTP::Server::Simple::Er - lightweight server and interface River stage one • 1 direct dependent • 1 total dependent

EWILHELM/HTTP-Server-Simple-Er-v0.0.4 - 08 Aug 2009 18:19:58 UTC - Search in distribution

IO::Lambda::HTTP::Server - simple httpd server River stage one • 4 direct dependents • 4 total dependents

The module exports a single function "http_server" that accepts a callback and a socket, with optional parameters. The callback accepts a "HTTP::Request" object, and is expected to return either a "HTTP::Response" object or a lambda that in turn retu...

KARASIK/IO-Lambda-1.33 - 15 Apr 2024 08:40:01 UTC - Search in distribution

Net::Async::HTTP::Server - serve HTTP with IO::Async River stage one • 4 direct dependents • 4 total dependents

This module allows a program to respond asynchronously to HTTP requests, as part of a program based on IO::Async. An object in this class listens on a single port and invokes the "on_request" callback or subclass method whenever an HTTP request is re...

PEVANS/Net-Async-HTTP-Server-0.14 - 05 Jun 2023 15:51:21 UTC - Search in distribution

App::CPANIDX::HTTP::Server - HTTP::Server::Simple based server for CPANIDX River stage zero No dependents

App::CPANIDX::HTTP::Server is a HTTP::Server::Simple based server for CPANIDX. Use the "cpanidx-gendb" script provided by App::CPANIDX to generate a CPANIDX database and then use this module to serve the associated data....

BINGOS/App-CPANIDX-HTTP-Server-0.08 - 10 Nov 2011 14:51:56 UTC - Search in distribution
4,433 results (0.213 seconds)