1HTTP::Headers::ActionPaUcske:r:ACuotnhtHerTniTtbPiu:ct:aeHtdeiaoPdneeIrrnlsf:oD:(oA3cc)utmieonntPaatciko:n:AuthenticationInfo(3)
2
3
4

NAME

6       HTTP::Headers::ActionPack::AuthenticationInfo - The Authentication-Info
7       Header
8

VERSION

10       version 0.09
11

SYNOPSIS

13         use HTTP::Headers::ActionPack::AuthenticationInfo;
14
15         # create from string
16         my $auth_info = HTTP::Headers::ActionPack::AuthenticationInfo->new_from_string(
17             'qop=auth-int, rspauth="6629fae49393a05397450978507c4ef1", cnonce="0a4f113b", nc=00000001'
18         );
19
20         # create from parameters
21         my $auth_info = HTTP::Headers::ActionPack::AuthenticationInfo->new(
22             qop     => 'auth-int',
23             rspauth => "6629fae49393a05397450978507c4ef1",
24             cnonce  => "0a4f113b",
25             nc      => '00000001'
26         );
27

DESCRIPTION

29       This class represents the Authentication-Info header, it is a pretty
30       parameter based header and so inherits from
31       HTTP::Headers::ActionPack::Core::BaseHeaderWithParams to handle all the
32       parameters.
33

METHODS

35       "new ( %params )"
36       "new_from_string ( $header_string )"
37       "as_string"
38

AUTHOR

40       Stevan Little <stevan.little@iinteractive.com>
41

CONTRIBUTORS

43       •   Andrew Nelson <anelson@cpan.org>
44
45       •   Dave Rolsky <autarch@urth.org>
46
47       •   Florian Ragwitz <rafl@debian.org>
48
49       •   Jesse Luehrs <doy@tozt.net>
50
51       •   Karen Etheridge <ether@cpan.org>
52
54       This software is copyright (c) 2012 by Infinity Interactive, Inc..
55
56       This is free software; you can redistribute it and/or modify it under
57       the same terms as the Perl 5 programming language system itself.
58
59
60
61perl v5.36.0                  HTTP2:0:2H3e-a0d1e-r2s0::ActionPack::AuthenticationInfo(3)
Impressum