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

Search results for "module:AnyEvent::HTTP"

AnyEvent::HTTP - simple but non-blocking HTTP/HTTPS client River stage three • 83 direct dependents • 146 total dependents

This module is an AnyEvent user, you need to make sure that you use and run a supported event loop. This module implements a simple, stateless and non-blocking HTTP client. It supports GET, POST and other request methods, cookies and more, all on a v...

MLEHMANN/AnyEvent-HTTP-2.25 - 27 Apr 2020 12:15:25 UTC

AnyEvent::HTTP::MXHR - AnyEvent MXHR Client River stage zero No dependents

WARNING: alpha quality code!...

DMAKI/AnyEvent-HTTP-MXHR-0.00007 - 28 Mar 2012 04:18:51 UTC

HTTP::AnyUA::Backend::AnyEvent::HTTP - A unified programming interface for AnyEvent::HTTP River stage one • 4 direct dependents • 6 total dependents

This module adds support for the HTTP client AnyEvent::HTTP to be used with the unified programming interface provided by HTTP::AnyUA. If installed, requests will return AnyEvent::Future rather than Future. This allows the use of the "->get" method t...

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

AnyEvent::HTTP::Spark - Syncrnous/Asyncrnous HTTP Rest Client for Cisco Spark River stage zero No dependents

Dual Nature Syncrnous/Asyncrnous AnyEvent friendly Spark v1 HTTP Client library....

AKALINUX/AnyEvent-SparkBot-1.015 - 11 Mar 2023 07:53:00 UTC

AnyEvent::HTTP::Socks - Adds socks support for AnyEvent::HTTP River stage one • 2 direct dependents • 2 total dependents

This module adds new `socks' option to all http_* functions exported by AnyEvent::HTTP. So you can specify socks proxy for HTTP requests. This module uses IO::Socket::Socks as socks library, so any global variables like $IO::Socket::Socks::SOCKS_DEBU...

OLEG/AnyEvent-HTTP-Socks-0.05 - 22 Jan 2015 18:48:04 UTC

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

This is the backend chosen if AnyEvent.pm or AE.pm are detected in %INC. It will execute the requests asynchronously using AnyEvent::HTTP....

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

AnyEvent::HTTP::Message - Lightweight objects for AnyEvent::HTTP Request/Response River stage one • 2 direct dependents • 4 total dependents

This is a base class for: * AnyEvent::HTTP::Request * AnyEvent::HTTP::Response...

RWSTAUNER/AnyEvent-HTTP-Message-0.302 - 13 Jun 2013 03:07:21 UTC

AnyEvent::HTTP::Request - HTTP Request object for AnyEvent::HTTP River stage one • 2 direct dependents • 4 total dependents

This class creates a lightweight object to represent an HTTP request as used by AnyEvent::HTTP. It was created to provide simple, clear test code for parsing the parameters passed to "http_request" in AnyEvent::HTTP. Instead of code that looks someth...

RWSTAUNER/AnyEvent-HTTP-Message-0.302 - 13 Jun 2013 03:07:21 UTC

AnyEvent::HTTP::Response - HTTP Response object for AnyEvent::HTTP River stage one • 2 direct dependents • 4 total dependents

This object represents an HTTP response from AnyEvent::HTTP. This is a companion class to AnyEvent::HTTP::Request. It parses the arguments passed to the final callback in "http_request" in AnyEvent::HTTP (or produces the arguments that should be pass...

RWSTAUNER/AnyEvent-HTTP-Message-0.302 - 13 Jun 2013 03:07:21 UTC

AnyEvent::HTTP::MultiGet - AnyEvent->condvar Control Freindly LWP Like agent River stage one • 3 direct dependents • 3 total dependents

This class provides an AnyEvent->condvar frienddly implementation of HTTP::MultiGet....

AKALINUX/HTTP-MultiGet-1.023 - 25 Nov 2021 12:29:06 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

AnyEvent::HTTP::ScopedClient - AnyEvent based https://github.com/technoweenie/node-scoped-http-client River stage one • 3 direct dependents • 4 total dependents

AnyEvent::HTTP wrapper...

AANOAA/AnyEvent-HTTP-ScopedClient-0.0.5 - 23 Jun 2013 13:06:23 UTC

LWP::Protocol::AnyEvent::http - Event loop friendly HTTP/HTTPS/SOCKS backend for LWP River stage zero No dependents

LWP performs a number of blocking calls when trying to process requests. This makes it unfriendly to event-driven systems and cooperative multitasking system such as Coro. This module makes LWP more friendly to these systems by plugging in an HTTP, H...

IKEGAMI/LWP-Protocol-AnyEvent-http-v1.14.0 - 13 May 2018 07:50:04 UTC

AnyEvent::HTTP::LWP::UserAgent - LWP::UserAgent interface but works using AnyEvent::HTTP River stage one • 3 direct dependents • 3 total dependents

When you use Coro you have a choice: you can use Coro::LWP or AnyEvent::HTTP (if you want to make asynchronous HTTP requests). If you use Coro::LWP, some modules may work incorrectly (for example Cache::Memcached) because of global change of IO::Sock...

YAKEX/AnyEvent-HTTP-LWP-UserAgent-0.10 - 10 Dec 2012 03:12:40 UTC

AnyEvent::JSONRPC::HTTP::Server - Simple HTTP-based JSONRPC server River stage zero No dependents

This module is server part of AnyEvent::JSONRPC....

PMAKHOLM/AnyEvent-JSONRPC-0.15 - 28 Oct 2010 13:01:47 UTC

AnyEvent::JSONRPC::HTTP::Client - Simple HTTP-based JSONRPC client River stage zero No dependents

This module is the HTTP client part of AnyEvent::JSONRPC. AnyEvent condvars The main thing you have to remember is that all the data retrieval methods return an AnyEvent condvar, $cv. If you want the actual data from the request, there are a few thin...

PMAKHOLM/AnyEvent-JSONRPC-0.15 - 28 Oct 2010 13:01:47 UTC

AnyEvent::Connector::Proxy::http - http Proxy connector River stage two • 1 direct dependent • 16 total dependents

This module is internal. End-users should not use it directly....

TOSHIOITO/AnyEvent-Connector-0.04 - 07 Nov 2023 08:40:52 UTC

HTTP/Any/AnyEvent.pm River stage zero No dependents

KNI/HTTP-Any-1.05 - 17 Jul 2023 09:43:41 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

AnyEvent::ReverseHTTP - reversehttp for AnyEvent River stage one • 1 direct dependent • 3 total dependents

AnyEvent::ReverseHTTP is an AnyEvent module that acts as a Reverse HTTP server (which is actually a polling client for Reverse HTTP gateway). This module implements simple Reverse HTTP client that's tested against *reversehttp.net* demo server. More ...

MIYAGAWA/AnyEvent-ReverseHTTP-0.05 - 05 Aug 2009 23:50:18 UTC
268 results (0.032 seconds)