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.29 - 06 Mar 2021 04:52:17 UTCThis 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.29 - 06 Mar 2021 04:52:17 UTCHTTP::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 UTCThis 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 UTCBy 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 UTCThis 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 UTCUnder 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 UTCThis 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 UTCThis is a simple list of Links since the Link header can legally have more then one link in it....
DROLSKY/HTTP-Headers-ActionPack-0.09 - 18 Jun 2013 18:56:53 UTCThis is an object which represents an HTTP media type definition. This is most often found as a member of a HTTP::Headers::ActionPack::MediaTypeList object....
DROLSKY/HTTP-Headers-ActionPack-0.09 - 18 Jun 2013 18:56:53 UTCThis is an object which represents an HTTP Link header. It is most often used as a member of a HTTP::Headers::ActionPack::LinkList object....
DROLSKY/HTTP-Headers-ActionPack-0.09 - 18 Jun 2013 18:56:53 UTCThis is an object which represents an HTTP header with a date. It will inflate the header value into a Time::Piece object and proxy most of the relevant methods....
DROLSKY/HTTP-Headers-ActionPack-0.09 - 18 Jun 2013 18:56:53 UTCThis is a simple priority list implementation, this is used to handle the Accept-* headers as they typically will contain values along with a "q" value to indicate quality....
DROLSKY/HTTP-Headers-ActionPack-0.09 - 18 Jun 2013 18:56:53 UTCThis is a subclass of the HTTP::Headers::ActionPack::PriorityList class with some charset specific features....
DROLSKY/HTTP-Headers-ActionPack-0.09 - 18 Jun 2013 18:56:53 UTCThis is a subclass of the HTTP::Headers::ActionPack::PriorityList class with some specific media-type features. It is the default object used to parse most of the "Accept" header since they will often contain more then one media type....
DROLSKY/HTTP-Headers-ActionPack-0.09 - 18 Jun 2013 18:56:53 UTCThis is a factory class that can be used to create the appropriate subclass based on the type of Authorization header....
DROLSKY/HTTP-Headers-ActionPack-0.09 - 18 Jun 2013 18:56:53 UTCThis is a subclass of the HTTP::Headers::ActionPack::PriorityList class with some language specific features....
DROLSKY/HTTP-Headers-ActionPack-0.09 - 18 Jun 2013 18:56:53 UTCThis class represents the WWW-Authenticate header and all it's variations, it is based on the HTTP::Headers::ActionPack::Core::BaseAuthHeader class....
DROLSKY/HTTP-Headers-ActionPack-0.09 - 18 Jun 2013 18:56:53 UTC