| Apache-AuthDigest documentation | Contained in the Apache-AuthDigest distribution. |
Apache::AuthDigest::API::Full - RFC 2617 complaint Digest API
This class is currently unimplementated
perl(1), mod_perl(1), Apache(3), Apache::AuthDigest::API
Geoffrey Young <geoff@modperlcookbook.org>
Paul Lindner <paul@modperlcookbook.org>
Randy Kobes <randy@modperlcookbook.org>
Copyright (c) 2002, Geoffrey Young, Paul Lindner, Randy Kobes.
All rights reserved.
This module is free software. It may be used, redistributed and/or modified under the same terms as Perl itself.
This code is derived from the Cookbook::DigestAPI module, available as part of "The mod_perl Developer's Cookbook".
For more information, visit http://www.modperlcookbook.org/
| Apache-AuthDigest documentation | Contained in the Apache-AuthDigest distribution. |
package Apache::AuthDigest::API::Full; use Apache::Log; use Apache::AuthDigest::API; use 5.006; use strict; our $VERSION = '0.01'; our @ISA = qw(Apache::AuthDigest::API); __END__