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"

HTTP::Headers - Class encapsulating HTTP Message headers River stage four • 1358 direct dependents • 8529 total dependents

The "HTTP::Headers" class encapsulates HTTP-style message headers. The headers consist of attribute-value pairs also called fields, which may be repeated, and which are printed in a particular order. The field names are cases insensitive. Instances o...

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

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::Fast - faster implementation of HTTP::Headers River stage four • 8 direct dependents • 1903 total dependents

HTTP::Headers::Fast is a perl class for parsing/writing HTTP headers. The interface is same as HTTP::Headers....

TOKUHIROM/HTTP-Headers-Fast-0.22 - 16 Apr 2019 01:59:14 UTC

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

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

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::Fancy - Fancy naming schema of HTTP headers River stage one • 2 direct dependents • 2 total dependents

This module provides method for renaming HTTP header keys to a lightier, easier-to-use format....

ZURBORG/HTTP-Headers-Fancy-1.001 - 02 Feb 2016 08:50:50 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::Headers::Fast::XS - XS implementation of HTTP::Headers::Fast River stage zero No dependents

By loading HTTP::Headers::Fast::XS anywhere, you replace any usage of HTTP::Headers::Fast with the XS implementation. You can continue to use HTTP::Headers::Fast and any other module that depends on it just like you did before. It's just faster now. ...

XSAWYERX/HTTP-Headers-Fast-XS-0.001 - 25 Aug 2015 14:40:54 UTC

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

The HTTP::Tiny::Headers class of SPVM has methods to manipulate HTTP headers....

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

HTTP::Headers::ActionPack - HTTP Action, Adventure and Excitement River stage two • 7 direct dependents • 12 total dependents

This is a module to handle the inflation and deflation of complex HTTP header types. In many cases header values are simple strings, but in some cases they are complex values with a lot of information encoded in them. The goal of this module is to ma...

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

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

This class inherits all its features from HTTP::Promise::Headers::Accept The following description is taken from Mozilla documentation. Example: TE: deflate TE: gzip TE: trailers # Multiple directives, weighted with the quality value syntax: TE: trai...

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

APR::HTTP::Headers::Compat - Make an APR::Table look like an HTTP::Headers River stage zero No dependents

Under mod_perl HTTP headers are stashed in APR::Table objects. Sometimes you will encounter code (such as FirePHP::Dispatcher) that needs an HTTP::Headers. This module wraps an "APR::Table" in a subclass of "HTTP::Headers" so that it can be used wher...

ANDYA/APR-HTTP-Headers-Compat-0.02 - 11 Jun 2009 23:55:32 UTC

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

The following is an extract from Mozilla documentation. The HTTP Link entity-header field provides a means for serializing one or more links in HTTP headers. It is semantically equivalent to the HTML "link" element. Example: Link: <https://example.co...

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

SPVM::HTTP::Minimal::Headers - HTTP Headers River stage zero No dependents

The HTTP::Minimal::Headers class of SPVM has methods to manipulate HTTP headers....

KIMOTO/SPVM-HTTP-Minimal-0.003 - 23 Feb 2024 06:39:12 UTC

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

The following is an extract from Mozilla documentation. The Range HTTP request header indicates the part of a document that the server should return. Example: # Getting multiple ranges Range: bytes=200-1000, 2000-6576, 19000- # The last 500 bytes Ran...

JDEGUEST/HTTP-Promise-v0.5.1 - 22 Mar 2024 07:56:38 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::Promise::Headers::Cookie - Cookie Header Field River stage one • 1 direct dependent • 2 total dependents

HTTP::Promise::Headers::Cookie implements a simple interface to store the cookie name-value pairs sent by the user agent to the server. It uses "cookies" which returns a Module::Generic::Array to manage and contain all the cookie name-value pairs. It...

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

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

The following description is taken from Mozilla documentation. Accept: image/* Accept: text/html Accept: */* Accept: text/html, application/xhtml+xml, application/xml;q=0.9, image/webp, */*;q=0.8 See rfc7231 section 5.3.2 <https://tools.ietf.org/html...

JDEGUEST/HTTP-Promise-v0.5.1 - 22 Mar 2024 07:56: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::Promise::Headers::Generic - Generic HTTP Header Class River stage one • 1 direct dependent • 2 total dependents

This is a generic module to be inherited by HTTP header modules. See for example: HTTP::Promise::Headers::AcceptEncoding, HTTP::Promise::Headers::AcceptLanguage, HTTP::Promise::Headers::Accept, HTTP::Promise::Headers::AltSvc, HTTP::Promise::Headers::...

JDEGUEST/HTTP-Promise-v0.5.1 - 22 Mar 2024 07:56:38 UTC
310 results (0.031 seconds)