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

Search results for "module:HTTP::Headers::Auth"

HTTP::Headers::Auth River stage four • 1358 direct dependents • 8529 total dependents

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

HTTP::Headers::ActionPack::Core::BaseAuthHeader - The base Auth Header River stage two • 7 direct dependents • 12 total dependents

This is a base class for Auth-style headers; it inherits from HTTP::Headers::ActionPack::Core::BaseHeaderWithParams....

DROLSKY/HTTP-Headers-ActionPack-0.09 - 18 Jun 2013 18:56:53 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

Test::HTTP - Test HTTP interactions. River stage zero No dependents

Test::HTTP is designed to make it easier to write tests which are mainly about HTTP-level things, such as REST-type services. Each "Test::HTTP" object can contain state about a current request and its response. This allows convenient shorthands for s...

MML/Test-HTTP-0.22 - 28 Sep 2022 00:36:48 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::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

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

HTTP::AnyUA::Util - Utility subroutines for HTTP::AnyUA backends and middleware River stage one • 4 direct dependents • 6 total dependents

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

Bio::Das::HTTP::Fetch - Manage the HTTP protocol for DAS transactions River stage zero No dependents

This is a low-level class that is used for managing multiplexed connections to DAS HTTP servers. It is used internally by Bio::Das and it is unlikely that application programs will ever interact with it directly. The exception is when writing custom ...

LDS/Bio-Das-1.17 - 29 Jun 2010 19:43:55 UTC

HTTP::Request::Webpush - HTTP Request for web push notifications River stage zero No dependents

"HTTP::Request::Webpush" produces an HTTP::Request for Application-side Webpush notifications as described on RFC8291 <https://tools.ietf.org/html/rfc8291>. Such requests can then be submitted to the push message channel so they will pop-up in the co...

ESTRELOW/HTTP-Request-Webpush-0.15 - 23 Feb 2021 16:43:13 UTC

HTTP::Request::FromWget - create a HTTP::Request from a wget command line River stage zero No dependents

CORION/HTTP-Request-FromCurl-0.54 - 23 Oct 2023 16:47:58 UTC

IO::Lambda::HTTP::Client - http requests lambda style River stage one • 4 direct dependents • 4 total dependents

The module exports a single condition "http_request" that accepts a "HTTP::Request" object and set of options as parameters. The condition returns either a "HTTP::Response" on success, or an error string otherwise....

KARASIK/IO-Lambda-1.33 - 15 Apr 2024 08:40:01 UTC

HTTP::Request::CurlParameters - container for a Curl-like HTTP request River stage zero No dependents

Objects of this class are mostly created from HTTP::Request::FromCurl. Most likely you want to use that module instead: my $ua = LWP::UserAgent->new; my $params = HTTP::Request::FromCurl->new(command_curl => $cmd); my $response = $ua->request($params...

CORION/HTTP-Request-FromCurl-0.54 - 23 Oct 2023 16:47:58 UTC

Catalyst::Plugin::Authentication::Credential::HTTP::Proxy - DEPRECATED HTTP Basic authentication for Catlayst. River stage zero No dependents

This moduule lets you use HTTP Proxy authentication with Catalyst::Plugin::Authentication. Currently this module only supports the Basic scheme, but upon request Digest will also be added. Patches welcome!...

MRAMBERG/Catalyst-Plugin-Authentication-Credential-HTTP-Proxy-0.02 - 07 Apr 2009 23:19:30 UTC

HTTP::Promise::Headers::AltSvc - AltSvc Header Field River stage one • 1 direct dependent • 2 total dependents

The following description is taken from Mozilla documentation. Alt-Svc: clear Alt-Svc: <protocol-id>=<alt-authority> The special value clear indicates that the origin requests all alternative services for that origin to be invalidated. "protocol-id" ...

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

HTTP::WebTest::Plugin::SetRequest - Initializes HTTP request for web test River stage one • 1 direct dependent • 1 total dependent

This plugin initializes the HTTP request for a web test....

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

Bio::Das::ProServer::Authenticator::http - authenticates DAS requests by issuing requests to a remote authority River stage zero No dependents

Authenticates DAS requests by connecting to a remote authentication HTTP server. An authentication token is parsed from the DAS request. By default this should be in an 'Authorization' header, but the authenticator can be configured to look in a cook...

RPETTETT/Bio-Das-ProServer-2.20 - 02 Nov 2010 11:59:40 UTC

Catalyst::Plugin::Authentication::Credential::HTTP - Superseded / deprecated module providing HTTP Basic and Digest authentication for Catalyst applications. River stage zero No dependents

This moduule lets you use HTTP authentication with Catalyst::Plugin::Authentication. Both basic and digest authentication are currently supported. When authentication is required, this module sets a status of 401, and the body of the response to 'Aut...

BOBTFISH/Catalyst-Plugin-Authentication-Credential-HTTP-0.13 - 07 Jun 2009 16:36:25 UTC

Catalyst::Authentication::Credential::HTTP - HTTP Basic and Digest authentication for Catalyst River stage two • 4 direct dependents • 13 total dependents

This module lets you use HTTP authentication with Catalyst::Plugin::Authentication. Both basic and digest authentication are currently supported. When authentication is required, this module sets a status of 401, and the body of the response to 'Auth...

ETHER/Catalyst-Authentication-Credential-HTTP-1.018 - 28 Jun 2017 00:29:58 UTC

Catalyst::Authentication::Credential::HTTP::Proxy - HTTP Proxy authentication for Catalyst. River stage zero No dependents

This module lets you use HTTP Proxy authentication with Catalyst::Plugin::Authentication. Currently this module only supports the Basic scheme, but upon request Digest will also be added. Patches welcome!...

BOBTFISH/Catalyst-Authentication-Credential-HTTP-Proxy-0.06 - 13 Jul 2009 10:45:01 UTC
25 results (0.042 seconds)