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

Search results for "module:HTTP::Handle"

HTTP::Handle - HTTP Class designed for streaming River stage zero No dependents

The "HTTP::Handle" module allows you to make HTTP requests and handle the data yourself. The general ideas is that you use this module to make a HTTP request and handle non-header data yourself. I needed such a feature for my mp3 player to listen to ...

PSIONIC/HTTP-Handle-0.2 - 03 Jul 2004 08:53:40 UTC

Tie::Handle::HTTP - Tie class for doing HTTP range requests for read calls. River stage zero No dependents

This module sets up a tied filehandle and associates it with a single HTTP address where each read on the filehandle will be performed as an HTTP Range request. Keepalives are used when possible, but requests will not be buffered in any way....

HACHI/Tie-Handle-HTTP-0.02 - 28 Mar 2006 01:36:15 UTC

SPVM::HTTP::Tiny::Handle - Socket for HTTP River stage zero No dependents

The HTTP::Tiny::Handle class of SPVM has methods to manipulate a socket handle for HTTP. This class is a private class....

KIMOTO/SPVM-HTTP-Tiny-0.001 - 23 Feb 2024 08:53:30 UTC

lib/WAIT/Client.pm River stage zero No dependents

ULPFR/WAIT-1.800 - 09 May 2000 11:27:03 UTC

lib/WAIT/Client.pm River stage zero No dependents

ULPFR/CPAN-WAIT-0.27-2 - 23 Apr 2001 12:52:24 UTC

Alice::HTTP::WebSocket - Support WebSocket implementation River stage zero No dependents

Alice::HTTP::WebSocket provides WebSocket implementation through $env->{'websocket.impl'}. Currently implements draft-ietf-hybi-thewebsocketprotocol-00 <http://tools.ietf.org/html/draft-ietf-hybi-thewebsocketprotocol-00>....

LEEDO/Alice-0.20 - 30 Nov 2011 07:27:05 UTC

lib/UniEvent/HTTP/Plack.pm River stage one • 2 direct dependents • 2 total dependents

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

Servlet::Http::HttpServlet - HTTP servlet base class River stage zero No dependents

This class acts as a base class for HTTP servlets. Subclasses must override at least one method, usually one of these: "doGet()" if the servlet supports HTTP GET requests "doPost()" for HTTP POST requests "doPut()" for HTTP PUT requests "doDelete()" ...

IX/libservlet-0.9.2 - 04 Nov 2001 16:29:02 UTC

HTTP::RangeSaver - handle partial content HTTP responses River stage zero No dependents

HTTP::RangeSaver is a helper class for updating an existing file with data from a partial content HTTP response. It understands both of the partial content formats defined in RFC 2616 (a single Content-Range header or a multipart/byteranges Content-T...

BLGL/HTTP-RangeSaver-0.01 - 10 Jun 2006 14:06:28 UTC

HTTP::DAV - A WebDAV client library for Perl5 River stage one • 5 direct dependents • 6 total dependents

HTTP::DAV is a Perl API for interacting with and modifying content on webservers using the WebDAV protocol. Now you can LOCK, DELETE and PUT files and much more on a DAV-enabled webserver. HTTP::DAV is part of the PerlDAV project hosted at http://www...

COSIMO/HTTP-DAV-0.49 - 28 Nov 2018 17:01:57 UTC

HTTP::Body - HTTP Body Parser River stage two • 16 direct dependents • 83 total dependents

HTTP::Body parses chunks of HTTP POST data and supports application/octet-stream, application/json, application/x-www-form-urlencoded, and multipart/form-data. Chunked bodies are supported by not passing a length value to new(). It is currently used ...

GETTY/HTTP-Body-1.23 - 30 Mar 2024 03:28:24 UTC

HTTP::Lite - Lightweight HTTP implementation River stage two • 8 direct dependents • 70 total dependents

Note: you should look at HTTP::Tiny or LWP before using this module. HTTP::Lite is a stand-alone lightweight HTTP/1.1 implementation for perl. It is not intended as a replacement for the fully-featured LWP module. Instead, it is intended for use in s...

NEILB/HTTP-Lite-2.44 - 11 Mar 2015 22:16:55 UTC

HTTP::GHTTP - Perl interface to the gnome ghttp library River stage one • 1 direct dependent • 1 total dependent

This is a fairly low level interface to the Gnome project's libghttp, which allows you to process HTTP requests to HTTP servers. There also exists a slightly higher level interface - a simple get() function which takes a URI as a parameter. This is n...

MSERGEANT/HTTP-GHTTP-1.07 - 25 Mar 2002 09:26:36 UTC

HTTP::Proxy - A pure Perl HTTP proxy River stage one • 8 direct dependents • 8 total dependents

This module implements an HTTP proxy, using an HTTP::Daemon to accept client connections, and an LWP::UserAgent to ask for the requested pages. The most interesting feature of this proxy object is its ability to filter the HTTP requests and responses...

BOOK/HTTP-Proxy-0.304 - 16 Jun 2015 00:49:14 UTC

HTTP::Async - process multiple HTTP requests in parallel without blocking. River stage two • 3 direct dependents • 18 total dependents

Although using the conventional "LWP::UserAgent" is fast and easy it does have some drawbacks - the code execution blocks until the request has been completed and it is only possible to process one request at a time. "HTTP::Async" attempts to address...

KAORU/HTTP-Async-0.33 - 14 Jan 2017 15:44:53 UTC

Future::HTTP - provide the most appropriate HTTP client with a Future API River stage one • 4 direct dependents • 5 total dependents

CORION/Future-HTTP-0.17 - 11 Apr 2024 18:39:13 UTC

HTTP::Daemon - A simple http server class River stage four • 50 direct dependents • 6249 total dependents

Instances of the "HTTP::Daemon" class are HTTP/1.1 servers that listen on a socket for incoming requests. The "HTTP::Daemon" is a subclass of "IO::Socket::IP", so you can perform socket operations directly on it too. Please note that "HTTP::Daemon" u...

OALDERS/HTTP-Daemon-6.16 - 24 Feb 2023 03:09:01 UTC

Sniffer::HTTP - multi-connection sniffer driver River stage zero No dependents

CORION/Sniffer-HTTP-0.28 - 20 Oct 2022 18:56:52 UTC

HTTP::Promise - Asynchronous HTTP Request and Promise River stage one • 1 direct dependent • 2 total dependents

HTTP::Promise provides with a fast and powerful yet memory-friendly API to make true asynchronous HTTP requests using fork with Promise::Me. It is based on the design of HTTP::Message, but with a much cleaner interface to make requests and manage HTT...

JDEGUEST/HTTP-Promise-v0.5.1 - 22 Mar 2024 07:56:38 UTC

Metadata::HTTP - metadata class for HTTP log records River stage one • 1 direct dependent • 6 total dependents

The Metadata::HTTP class allows the handling of HTTP log records as metadata objects using the Metadata::Base class. The following fields are set after using the read method: host ident authuser date day month year time hour min sec timezone (in form...

DJBECKETT/Metadata-0.24 - 09 Jan 2001 12:12:53 UTC
132 results (0.058 seconds)