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

Search results for "module:HTTP::Tiny"

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::Tiny::UA - Higher-level UA features for HTTP::Tiny River stage one • 2 direct dependents • 9 total dependents

This module extends HTTP::Tiny with higher-level convenience features....

DAGOLDEN/HTTP-Tiny-UA-0.006 - 22 Apr 2018 20:24:09 UTC

Net::HTTP::Tiny - minimal HTTP client River stage one • 3 direct dependents • 7 total dependents

This module provides an easy interface to retrieve files using the HTTP protocol. The location of a file to retrieve is specified using a URL. The module conforms to HTTP/1.1, and follows redirections (up to a limit of five chained redirections). Con...

ZEFRAM/Net-HTTP-Tiny-0.002 - 27 Jul 2017 06:14:00 UTC

HTTP::Tiny::UNIX - A subclass of HTTP::Tiny to connect to HTTP server over Unix socket River stage one • 1 direct dependent • 1 total dependent

This is a subclass of HTTP::Tiny to connect to HTTP server over Unix socket. URL syntax is "http:" + *path to unix socket* + "/" + *uri path*. For example: "http:/var/run/apid.sock//api/v1/matches". URL not matching this pattern will be passed to HTT...

PERLANCAR/HTTP-Tiny-UNIX-0.051 - 08 May 2018 03:06:25 UTC

SPVM::HTTP::Tiny - HTTP Client River stage zero No dependents

The HTTP::Tiny class of SPVM has methods for a HTTP client. This class does not work well now. It will be fixed in the near future....

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

HTTP::Tiny::Mech - Wrap a WWW::Mechanize instance in an HTTP::Tiny compatible interface. River stage two • 4 direct dependents • 17 total dependents

This code is somewhat poorly documented, and highly experimental. Its the result of a quick bit of hacking to get "MetaCPAN::API" working faster via the "WWW::Mechanize::Cached" module ( and gaining cache persistence via "CHI" ) It works so far for t...

KENTNL/HTTP-Tiny-Mech-1.001002 - 10 Mar 2017 13:29:46 UTC

HTTP::Tiny::SPDY - A subclass of HTTP::Tiny with SPDY support River stage one • 1 direct dependent • 1 total dependent

This is a subclass of HTTP::Tiny with added support for the SPDY protocol. It is intended to be fully compatible with HTTP::Tiny so that it can be used as a drop-in replacement for it....

ODYNIEC/HTTP-Tiny-SPDY-0.020 - 03 May 2014 14:02:23 UTC

HTTP::Tiny::Cache - Cache HTTP::Tiny responses River stage one • 3 direct dependents • 3 total dependents

This class is a subclass of HTTP::Tiny that cache responses. Currently only GET requests are cached. Cache are keyed by SHA256-hex(URL). Error responses are also cached. Currently no cache-related HTTP request or response headers (e.g. "Cache-Control...

PERLANCAR/HTTP-Tiny-Cache-0.002 - 14 Apr 2019 01:26:02 UTC

HTTP::Tiny::Retry - Retry failed HTTP::Tiny requests River stage one • 1 direct dependent • 1 total dependent

This class is a subclass of HTTP::Tiny that retry fail responses (a.k.a. responses with 5xx statuses; 4xx are considered the client's fault so we don't retry those)....

PERLANCAR/HTTP-Tiny-Retry-0.004 - 10 Apr 2019 06:54:22 UTC

Future::HTTP::Tiny - synchronous HTTP client with a Future interface River stage one • 4 direct dependents • 5 total dependents

This is the default backend. It is chosen if no supported event loop could be detected. It will execute the requests synchronously as they are made in "->http_request" ....

CORION/Future-HTTP-0.16 - 21 Jul 2023 17:37:28 UTC

HTTP::Tiny::Plugin - HTTP::Tiny with plugins River stage two • 7 direct dependents • 11 total dependents

EARLY RELEASE, THINGS MIGHT STILL CHANGE A LOT. HTTP::Tiny::Plugin allows you to extend functionalities of HTTP::Tiny using plugins instead of subclassing. This makes it easy to combine several functionalities together. (Ironically, HTTP::Tiny::Plugi...

PERLANCAR/HTTP-Tiny-Plugin-0.004 - 26 Oct 2021 00:05:36 UTC

HTTP::Tiny::NoProxy River stage three • 214 direct dependents • 218 total dependents

YANICK/Dancer-1.3521 - 08 Feb 2023 20:58:09 UTC

HTTP::Tiny::Paranoid - A safer HTTP::Tiny River stage one • 1 direct dependent • 1 total dependent

This module is a subclass of HTTP::Tiny that performs exactly one additional function: before connecting, it passes the hostname to Net::DNS::Paranoid. If the hostname is rejected, then the request is aborted before a connect is even attempted. By de...

ROBN/HTTP-Tiny-Paranoid-0.07 - 30 Oct 2017 06:43:54 UTC

HTTP::Tiny::Multipart - Add post_multipart to HTTP::Tiny River stage one • 6 direct dependents • 9 total dependents

RENEEB/HTTP-Tiny-Multipart-0.08 - 30 Apr 2018 17:03:37 UTC

HTTP::Tiny::Bandwidth - HTTP::Tiny with limitation of download/upload speed River stage zero No dependents

HTTP::Tiny::Bandwidth is a subclass of HTTP::Tiny which can limit download/upload speed. If you want to use LWP::UserAgent with limitation of download/upload speed, see eg <https://github.com/shoichikaji/HTTP-Tiny-Bandwidth/tree/master/eg> directory....

SKAJI/HTTP-Tiny-Bandwidth-0.01 - 12 Dec 2015 06:31:02 UTC

SPVM::HTTP::Tiny::URL - URL River stage zero No dependents

The HTTP::Tiny::URL class of SPVM has methods to manipulate URL. This class is a private class....

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

MooX::Role::HTTP::Tiny - HTTP::Tiny as a role for clients that use HTTP River stage zero No dependents

This role provides a basic HTTP useragent (based on HTTP::Tiny) for classes that want to implement a client to any webservice that uses the HTTP(S) transport protocol. Some best known protocols are *XMLRPC*, *JSONRPC* and *REST*, and can be implement...

ABELTJE/MooX-Role-HTTP-Tiny-0.94 - 15 May 2023 14:59:28 UTC

Test::Mock::HTTP::Tiny - Record and replay HTTP requests/responses with HTTP::Tiny River stage one • 1 direct dependent • 1 total dependent

(TBA)...

ODYNIEC/Test-Mock-HTTP-Tiny-0.002 - 27 Sep 2015 18:15:06 UTC

HTTP::Tiny::CustomRetry - Retry failed HTTP::Tiny requests River stage one • 3 direct dependents • 3 total dependents

This class is a subclass of HTTP::Tiny that retry fail responses (a.k.a. responses with 5xx statuses; 4xx are considered the client's fault so we don't retry those). It's a more elaborate version of HTTP::Tiny::Retry which offers a simple retry strat...

PERLANCAR/HTTP-Tiny-CustomRetry-0.002 - 10 Apr 2019 05:32:43 UTC

HTTP::Tiny::ProgressAny - See progress for your HTTP::Tiny requests River stage one • 1 direct dependent • 1 total dependent

This class is a subclass of HTTP::Tiny that uses Progress::Any to let you see progress during HTTP requests. Sample output:...

PERLANCAR/HTTP-Tiny-ProgressAny-0.040 - 06 Oct 2018 03:56:31 UTC
92 results (0.041 seconds)