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::UrlEncoded"

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

HTTP Body UrlEncoded Parser....

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

HTTP::Body::Builder::UrlEncoded - application/x-www-encoded 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::Any - a common interface for HTTP clients (LWP, AnyEvent::HTTP, Curl) River stage zero No dependents

IMPORT I recommend placing using HTTP::Any in a separate module which should be used from any point of your project. Why would not make a simple one-line connection? Because of better flexibility and an option to replace the modules used. For example...

KNI/HTTP-Any-1.05 - 17 Jul 2023 09:43:41 UTC

HTTP::Curl - HTTP interface for Net::Curl (clone of HTTP::Any::Curl) River stage zero No dependents

Curl use Net::Curl::Easy; use HTTP::Curl; my $easy = Net::Curl::Easy->new(); my ($is_success, $body, $headers, $redirects) = HTTP::Curl::do_http($easy, $url, $opt); or my $cb = sub { my ($is_success, $body, $headers, $redirects) = @_; ... }; HTTP::Cu...

KNI/HTTP-Curl-1.06 - 17 Jul 2023 09:43:52 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::Promise::Body::Form - x-www-form-urlencoded Data Class River stage one • 1 direct dependent • 2 total dependents

This class represents "x-www-form-urlencoded" HTTP body. It inherits from Module::Generic::Hash This is different from a "multipart/form-data". For this, please check the module HTTP::Promise::Body::Form::Data...

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

HTTP::AnyUA - An HTTP user agent programming interface unification layer River stage one • 4 direct dependents • 6 total dependents

This module provides a small wrapper for unifying the programming interfaces of several different actual user agents (HTTP clients) under one familiar interface. Rather than providing yet another programming interface for you to learn, HTTP::AnyUA fo...

CCM/HTTP-AnyUA-0.904 - 17 Mar 2019 06:47:23 UTC

HTTP::Simple - Simple procedural interface to HTTP::Tiny River stage two • 1 direct dependent • 11 total dependents

This module is a wrapper of HTTP::Tiny that provides simplified functions for performing HTTP requests in a similar manner to LWP::Simple, but with slightly more useful error handling. For full control of the request process and response handling, us...

DBOOK/HTTP-Simple-0.004 - 08 May 2019 15:21:56 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

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

HTTP::API::Client - API Client River stage one • 1 direct dependent • 3 total dependents

MICVU/HTTP-API-Client-1.04 - 27 Apr 2021 11:26:48 UTC

Net::HTTP::Client - A Not-quite-so-low-level HTTP connection (client) River stage one • 1 direct dependent • 1 total dependent

Net::HTTP::Client provides a simple interface to Net::HTTP, and is a sub-class of it. This was written because I wanted something that did less than what LWP::UserAgent does when making requests. Like LWP::UserAgent, it returns an HTTP::Response obje...

ASHLEYW/Net-HTTP-Client-0.012 - 23 Oct 2014 02:43:14 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::Message - HTTP Message Class River stage one • 1 direct dependent • 2 total dependents

This class represents an HTTP message, and implements methods that are common to either a request or a response. This class is inherited by HTTP::Promise::Request and HTTP::Promise::Response. It difffers from HTTP::Promise::Entity in that HTTP::Promi...

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

Net::HTTP::Knork::Request - HTTP request object from SPORE env hash River stage one • 1 direct dependent • 1 total dependent

Net::HTTP::Knork::Request create a HTTP request It is based on Net::HTTP::Spore::Request, but with two exceptions: * It uses Moo instead of Moose * If no encoding is specified for payloads, the default behaviour is to send a 'application/x-www-form-u...

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

Test::HTTP::AnyEvent::Server - the async counterpart to Test::HTTP::Server River stage one • 1 direct dependent • 1 total dependent

This package provides a simple NON-forking HTTP server which can be used for testing HTTP clients....

SYP/Test-HTTP-AnyEvent-Server-0.013 - 22 Jul 2014 08:34:31 UTC
23 results (0.054 seconds)