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::Util"

HTTP::Headers::Util - Header value parsing utility functions River stage four • 1358 direct dependents • 8529 total dependents

This module provides a few functions that helps parsing and construction of valid HTTP header values. None of the functions are exported by default. The following functions are available: split_header_words( @header_values ) This function will parse ...

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

HTTP::Headers::ActionPack::Util - General Utility module River stage two • 7 direct dependents • 12 total dependents

This is just a basic utility module used internally by HTTP::Headers::ActionPack. There are no real user serviceable parts in here....

DROLSKY/HTTP-Headers-ActionPack-0.09 - 18 Jun 2013 18:56:53 UTC

HTTP::SecureHeaders - manage security headers with many safe defaults River stage one • 2 direct dependents • 2 total dependents

HTTP::SecureHeaders manages HTTP headers to protect against XSS attacks, insecure connections, content type sniffing, etc. NOTE: To protect against these attacks, sanitization of user input values and other protections are also required....

KFLY/HTTP-SecureHeaders-0.01 - 06 May 2022 10:59:05 UTC

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

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

Servlet::Http::Cookie - HTTP cookie class River stage zero No dependents

This class represents a cookie, a small amount of information sent by a servlet to a Web browser, saved by the browser, and later sent back to the server. A cookie's value can uniquely identify a client, so cookies are commonly used for session manag...

IX/libservlet-0.9.2 - 04 Nov 2001 16:29:02 UTC

HTTP::Tiny::Patch::Cache - Cache HTTP::Tiny responses River stage one • 1 direct dependent • 1 total dependent

This module patches HTTP::Tiny to 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") are res...

PERLANCAR/HTTP-Tiny-Patch-Cache-0.004 - 14 Apr 2019 01:07:34 UTC

HTTP::Engine::MinimalCGI - fast loading, minimal HTTP::Engine::Interface River stage one • 5 direct dependents • 5 total dependents

HTTP::Engine::MinimalCGI implements a minimal version of the HTTP::Engine spec for the vanilla CGI environment. It has a very fast compile time-- on par with CGI::Simple or CGI.pm-- and is forward-compatible with the full HTTP::Engine spec. However, ...

YAPPO/HTTP-Engine-0.03005 - 04 Oct 2011 04:33:39 UTC

Servlet::Http::HttpServlet - HTTP servlet base class River stage zero No dependents

This class acts as a base class for HTTP servlets. Subclasses must override at least one method, usually one of these: "doGet()" if the servlet supports HTTP GET requests "doPost()" for HTTP POST requests "doPut()" for HTTP PUT requests "doDelete()" ...

IX/libservlet-0.9.2 - 04 Nov 2001 16:29:02 UTC

Servlet::Http::HttpServletResponse - HTTP servlet response interface River stage zero No dependents

Extends the Servlet::ServletResponse interface to provide HTTP-specific functionality in sending a response. For example, it has methods to access HTTP headers and cookies. The servlet container creates the object and passes it as an argument to the ...

IX/libservlet-0.9.2 - 04 Nov 2001 16:29:02 UTC
10 results (0.045 seconds)