1HTTP::Headers::ActionPaUcske:r:UCtoinlt(r3i)buted Perl DHoTcTuPm:e:nHteaatdieorns::ActionPack::Util(3)
2
3
4
6 HTTP::Headers::ActionPack::Util - General Utility module
7
9 version 0.09
10
12 use HTTP::Headers::ActionPack::Util;
13
15 This is just a basic utility module used internally by
16 HTTP::Headers::ActionPack. There are no real user serviceable parts in
17 here.
18
20 "str2time"
21 This is imported from HTTP::Date and passed on here for export.
22
23 "split_header_words ( $header )"
24 This will split up a header, respecting all the quoted strings and
25 such, and return the subject, followed by an array of parameter
26 pairs.
27
28 The parameters are returned as an array so that ordering can be
29 preserved.
30
31 "join_header_words ( $subject, @params )"
32 This will canonicalize the header such that it will add a space
33 between each semicolon and quote and escape all headers values
34 appropriately.
35
37 Stevan Little <stevan.little@iinteractive.com>
38
40 • Andrew Nelson <anelson@cpan.org>
41
42 • Dave Rolsky <autarch@urth.org>
43
44 • Florian Ragwitz <rafl@debian.org>
45
46 • Jesse Luehrs <doy@tozt.net>
47
48 • Karen Etheridge <ether@cpan.org>
49
51 This software is copyright (c) 2012 by Infinity Interactive, Inc..
52
53 This is free software; you can redistribute it and/or modify it under
54 the same terms as the Perl 5 programming language system itself.
55
56
57
58perl v5.38.0 2023-07-20HTTP::Headers::ActionPack::Util(3)