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

Search results for "module:HTTP::Body::MultiPart"

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

HTTP Body Multipart Parser....

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

HTTP::Body::MultiPart::Extend - Extend HTTP::Body::MultiPart's handler to do something you want River stage zero No dependents

With this module, you can switch "HTTP::Body::MultiPart::handler" to your version. Then you can decide how to deal with the user uploads, such as tracking uploading progress, droping malform or too large files in time, etc....

CINDY/HTTP-Body-MultiPart-Extend-0.01 - 27 Jun 2010 07:58:44 UTC

HTTP::Body::Builder::MultiPart - multipart/form-data River stage zero No dependents

TOKUHIROM/HTTP-Body-Builder-0.04 - 21 Aug 2015 04:23:32 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::Body::Builder - HTTP::Body::Builder! River stage zero No dependents

HTTP::Body::Builder is a module set for building HTTP body. See following modules. HTTP::Body::Builder::MultiPart HTTP::Body::Builder::UrlEncoded...

TOKUHIROM/HTTP-Body-Builder-0.04 - 21 Aug 2015 04:23:32 UTC

HTTP::Body::XFormsMultipart - HTTP Body XForms multipart/related submission Parser River stage two • 16 direct dependents • 83 total dependents

HTTP Body XForms submission Parser. Inherits HTTP::Body::MultiPart. This body type is used to parse XForms submission. In this case, the XML part that contains the model is indicated by the start attribute in the content-type. The XML content is stor...

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

Furl::HTTP - Low level interface to Furl River stage two • 83 direct dependents • 99 total dependents

Furl is yet another HTTP client library. LWP is the de facto standard HTTP client for Perl 5, but it is too slow for some critical jobs, and too complex for weekend hacking. Furl resolves these issues. Enjoy it!...

SYOHEX/Furl-3.14 - 13 May 2021 05:30:54 UTC

HTTP::Message - HTTP style message (base class) River stage four • 1358 direct dependents • 8529 total dependents

An "HTTP::Message" object contains some headers and a content body. The following methods are available: $mess = HTTP::Message->new $mess = HTTP::Message->new( $headers ) $mess = HTTP::Message->new( $headers, $content ) This constructs a new message ...

OALDERS/HTTP-Message-6.45 - 27 Sep 2023 14:31:38 UTC

HTTP::Request - HTTP style request message River stage four • 1358 direct dependents • 8529 total dependents

"HTTP::Request" is a class encapsulating HTTP style requests, consisting of a request line, some headers, and a content body. Note that the LWP library uses HTTP style requests even for non-HTTP protocols. Instances of this class are usually passed t...

OALDERS/HTTP-Message-6.45 - 27 Sep 2023 14:31:38 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

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

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

Net::HTTP::Knork - Lightweight implementation of Spore specification River stage one • 1 direct dependent • 1 total dependent

Net::HTTP::Knork is a module that was inspired by <the Spore specification|https://github.com/SPORE/specifications/blob/master/spore_ description.pod>. So it is like Net::HTTP::Spore but with some differences. JSON or Perl hash specifications Specifi...

BHSERROR/Net-HTTP-Knork-0.20 - 08 Sep 2015 09:59:08 UTC

Store::Digest::HTTP - Map HTTP methods and URI space to Store::Digest River stage zero No dependents

This module provides a reference implementation for an HTTP interface to Store::Digest, a content-addressable storage system based on RFC 6920 <http://tools.ietf.org/html/rfc6920> and named information ("ni:") URIs and their HTTP expansions. It is in...

DORIAN/Store-Digest-0.06 - 25 Mar 2018 05:36:18 UTC

HTTP::Request::Diff - create diffs between HTTP requests River stage zero No dependents

CORION/HTTP-Request-Diff-0.07 - 30 Mar 2024 07:38:16 UTC

HTTP::Entity::Parser - PSGI compliant HTTP Entity Parser River stage four • 3 direct dependents • 1893 total dependents

HTTP::Entity::Parser is a PSGI-compliant HTTP Entity parser. This module also is compatible with HTTP::Body. Unlike HTTP::Body, HTTP::Entity::Parser reads HTTP entities from PSGI's environment "$env->{'psgi.input'}" and parses it. This module support...

KAZEBURO/HTTP-Entity-Parser-0.25 - 28 Nov 2020 02:35:43 UTC

HTTP::Request::Common - Construct common HTTP::Request objects River stage four • 1358 direct dependents • 8529 total dependents

This module provides functions that return newly created "HTTP::Request" objects. These functions are usually more convenient to use than the standard "HTTP::Request" constructor for the most common requests. Note that LWP::UserAgent has several conv...

OALDERS/HTTP-Message-6.45 - 27 Sep 2023 14:31:38 UTC

HTTP::Promise::Parser - Fast HTTP Request & Response Parser River stage one • 1 direct dependent • 2 total dependents

This is an http request and response parser using XS modules whenever posible for speed and mindful of memory consumption. As rfc7230 states in its section 3 <https://tools.ietf.org/html/rfc7230#section-3>: "The normal procedure for parsing an HTTP m...

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

HTTP::Promise::Headers - HTTP Headers Class River stage one • 1 direct dependent • 2 total dependents

This class uses for the most part an XS module (HTTP::XSHeaders) to be very fast, and yet provides a convenient and versatile interface to retrieve and manipulate HTTP headers. A number of classes has been created to have a more granular control on t...

JDEGUEST/HTTP-Promise-v0.5.1 - 22 Mar 2024 07:56:38 UTC
31 results (0.05 seconds)