Search results for "module:HTTP::Headers::Auth"
HTTP::Headers::ActionPack::Core::BaseAuthHeader - The base Auth Header
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
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.
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
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
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.3.0 - 18 Sep 2023 22:51:50 UTC
HTTP::AnyUA::Util - Utility subroutines for HTTP::AnyUA backends and middleware
CCM/HTTP-AnyUA-0.904
-
17 Mar 2019 06:47:23 UTC
Bio::Das::HTTP::Fetch - Manage the HTTP protocol for DAS transactions
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
"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
CORION/HTTP-Request-FromCurl-0.52
-
15 Sep 2023 07:24:13 UTC
IO::Lambda::HTTP::Client - http requests lambda style
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.32 - 02 Dec 2022 16:40:40 UTC
HTTP::Request::CurlParameters - container for a Curl-like HTTP request
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.52 - 15 Sep 2023 07:24:13 UTC
Catalyst::Plugin::Authentication::Credential::HTTP::Proxy - DEPRECATED HTTP Basic authentication for Catlayst.
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
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.3.0 - 18 Sep 2023 22:51:50 UTC
HTTP::WebTest::Plugin::SetRequest - Initializes HTTP request for web test
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
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.
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
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.
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