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

Search results for "module:HTTP::Result"

HTTP::ProxyPAC::Result - Result object from HTTP::ProxyPAC find_proxy River stage zero No dependents

HTTP::ProxyPAC::Result is the class of the result object from the find_proxy method of HTTP::ProxyPAC....

MACKENNA/HTTP-ProxyPAC-0.31 - 27 Mar 2010 04:35:43 UTC

HTTP::Validate - validate and clean HTTP parameter values according to a set of rules River stage one • 1 direct dependent • 1 total dependent

This module provides validation of HTTP request parameters against a set of clearly defined rules. It is designed to work with Dancer, Mojolicious, Catalyst, and similar web application frameworks, both for interactive apps and for data services. It ...

MMCCLENN/HTTP-Validate-0.982 - 19 Dec 2018 23:34:24 UTC

lib/WWW/FCM/HTTP/Response/Result.pm River stage zero No dependents

XAICRON/WWW-FCM-HTTP-0.03 - 03 Dec 2018 11:45:56 UTC

lib/Nagios/Plugin/CheckHost/Result/Http.pm River stage zero No dependents

UNDEF/Nagios-Plugin-CheckHost-0.05 - 16 Feb 2017 20:29:01 UTC

HTTP::WebTest::TestResult - Test results class River stage one • 1 direct dependent • 1 total dependent

Objects of this class represent test results. Test results are basicly "ok"/"not ok" and some attached commentary. This class overloads "bool" operation so it can be directly used in statements that require boolean values. if($result) { ... } is equi...

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

lib/WWW/FCM/HTTP/Response/ResultSet.pm River stage zero No dependents

XAICRON/WWW-FCM-HTTP-0.03 - 03 Dec 2018 11:45:56 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::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::Link - RFC5988 Web Linking River stage one • 1 direct dependent • 3 total dependents

ZURBORG/HTTP-Link-0.001 - 24 Jul 2015 08:24:26 UTC

Acme::HTTP - High-level access to Net::HTTP::NB and Net::HTTPS::NB River stage one • 1 direct dependent • 3 total dependents

KEICHNER/Acme-HTTP-0.10 - 28 Dec 2014 15:36:13 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::Lint - Check HTTP messages and transactions for protocol violations River stage zero No dependents

HTTP::Lint checks for protocol violation and suspicious or ambigious stuff in HTTP messages and transactions. It produces errors and warning, loosely corresponsing to MUST and SHOULD clauses in RFC2616 (HTTP/1.1 specification)....

LKUNDRAK/HTTP-Lint-1.1 - 14 Jul 2011 08:04:53 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::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::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::Method - HTTP Request Method and Common Properties according to RFC 7231 River stage one • 1 direct dependent • 3 total dependents

There is a lot to say about HTTP Methods in RFC 7231 Section 4. Request Methods <https://tools.ietf.org/html/rfc7231#section-4>. Most of the developers make the wrong assumption that it is just a 'uppercase string'. This module will help writing bett...

VANHOESEL/HTTP-Method-0.03 - 14 Oct 2018 17:52:08 UTC

HTTP::Client - Class for making HTTP requests River stage zero No dependents

HTTP::Client is a class for creating clients, that does not require LWP. It is aimed at speed. It can send HTTP Request headers, get HTTP response headers and get documents....

NEILB/HTTP-Client-1.57 - 20 Jun 2014 02:16:06 UTC

Groonga::HTTP - Perl module for sending HTTP requests to Groonga. River stage zero No dependents

Groonga-HTTP is a Perl module for sending HTTP requests to Groonga. Groonga-HTTP provides user-friendly Web API instead of low-level Groonga Web API. The user-friendly Web API is implemented top of the low-level Groonga Web API....

HORIMOTO/Groonga-HTTP-1.11 - 27 Jul 2022 06:36:21 UTC

HTTP::Tinyish - HTTP::Tiny compatible HTTP client wrappers River stage two • 8 direct dependents • 30 total dependents

HTTP::Tinyish is a wrapper module for HTTP client modules LWP, HTTP::Tiny and HTTP client software "curl" and "wget". It provides an API compatible to HTTP::Tiny, and the implementation has been extracted out of App::cpanminus. This module can be use...

MIYAGAWA/HTTP-Tinyish-0.19 - 08 Mar 2024 22:31:19 UTC
117 results (0.075 seconds)